Commit e19cd0b
committed
fix: remove --auto from gh pr merge for immediate Dependabot merge
The --auto flag enables auto-merge which blocks on branch protection
rules (e.g. required reviews). Since the workflow already verifies CI
passed and head SHA matches, merge immediately with --rebase instead.1 parent a87585b commit e19cd0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
0 commit comments