We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4456ef2 commit adfb6efCopy full SHA for adfb6ef
.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 # for "gh create issue"
20
21
defaults:
22
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun
0 commit comments