Skip to content

Commit

Permalink
Make automerge.yml support blocking label
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosch authored Oct 23, 2023
1 parent f23cd67 commit 9b6fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: automerge
uses: "pascalgn/[email protected]"
env:
MERGE_LABELS: ""
MERGE_LABELS: "!Block"
UPDATE_LABELS: ""
MERGE_METHOD: "rebase"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9b6fd1a

Please sign in to comment.