Skip to content

Commit e8047a0

Browse files
authored
Allow GitHub's merge queue bot to bypass check runs (#373)
1 parent 8f5713e commit e8047a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-run.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
if: |
2525
steps.get-permission.outputs.require-result == 'false'
2626
&& github.triggering_actor != 'bw-ghapp[bot]'
27+
&& github.triggering_actor != 'github-merge-queue[bot]'
2728
run: |
2829
echo "User ${{ github.triggering_actor }} does not have the necessary access for this repository."
2930
echo "Current permission level is ${{ steps.get-permission.outputs.user-permission }}."

0 commit comments

Comments
 (0)