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:
Ullrich Schäfer 2026-03-25 01:53:20 +01:00 committed by GitHub
parent 0bab72dcd7
commit 3a4119e00e

View file

@ -48,3 +48,4 @@ jobs:
MERGE_DELETE_BRANCH: "true"
MERGE_READY_STATE: "clean"
UPDATE_METHOD: "rebase"
BASE_BRANCHES: "main"