Skip to content

Commit c388d2f

Browse files
committed
fix(issue-auto-implement): add workflows: write so push succeeds when implement changes workflow files
Made-with: Cursor
1 parent eab0c1c commit c388d2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/issue-auto-implement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
issues: write
2828
pull-requests: write
2929
actions: write # trigger test workflow on PR branch so checks appear (PRs created by bot may not trigger pull_request)
30+
workflows: write # allow push when implement touches .github/workflows/* (GitHub rejects workflow file changes without this)
3031
# read:org only needed if using team check (AUTO_IMPLEMENT_ALLOWED_TRIGGER_TEAM)
3132
steps:
3233
- name: Checkout

0 commit comments

Comments
 (0)