fix(auto-merge): add required permissions to workflow caller
The thin caller was missing contents:write and pull-requests:write permissions, causing startup_failure on every auto-merge run. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
666a0c38a6
commit
786223257b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/auto-merge.yml
vendored
4
.github/workflows/auto-merge.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
pull_request:
|
||||
types: [opened, reopened, ready_for_review]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
merge:
|
||||
uses: host-uk/.github/.github/workflows/auto-merge.yml@dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue