We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab0c1c commit c388d2fCopy full SHA for c388d2f
1 file changed
.github/workflows/issue-auto-implement.yml
@@ -27,6 +27,7 @@ jobs:
27
issues: write
28
pull-requests: write
29
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)
31
# read:org only needed if using team check (AUTO_IMPLEMENT_ALLOWED_TRIGGER_TEAM)
32
steps:
33
- name: Checkout
0 commit comments