Restrict automerge to PRs targeting main
Prevents stacked PRs from being auto-merged into feature branches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0bab72dcd7
commit
3a4119e00e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/automerge.yml
vendored
1
.github/workflows/automerge.yml
vendored
|
|
@ -48,3 +48,4 @@ jobs:
|
|||
MERGE_DELETE_BRANCH: "true"
|
||||
MERGE_READY_STATE: "clean"
|
||||
UPDATE_METHOD: "rebase"
|
||||
BASE_BRANCHES: "main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue