Skip to content

Commit 684fc6e

Browse files
Revert "Allow GitHub's merge queue bot to bypass check runs (#373)" (#380)
This reverts commit e8047a0.
1 parent bcfd475 commit 684fc6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check-run.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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]'
2827
run: |
2928
echo "User ${{ github.triggering_actor }} does not have the necessary access for this repository."
3029
echo "Current permission level is ${{ steps.get-permission.outputs.user-permission }}."

0 commit comments

Comments
 (0)