Skip to content

Commit

Permalink
Do not auto-merge interop label (#4105)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Ju <[email protected]>
  • Loading branch information
KyleJu and Kyle Ju authored Apr 27, 2023
1 parent f5678d0 commit 50cb91a
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 @@ -26,7 +26,7 @@ jobs:
# https://github.com/pascalgn/automerge-action#configuration
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "!do not merge yet"
MERGE_LABELS: "!do not merge yet,!interop"
MERGE_FORKS: false
MERGE_METHOD: "rebase"
MERGE_RETRIES: "3"
Expand Down

0 comments on commit 50cb91a

Please sign in to comment.