We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4456ef2 commit 4ff4e89Copy full SHA for 4ff4e89
.github/workflows/todos-extract-from-code.yml
@@ -16,6 +16,7 @@ on:
16
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
17
permissions:
18
contents: write # for "git push"
19
+ issues: write # connect-todos-to-issues.sh uses "gh issue create"
20
21
defaults:
22
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
0 commit comments