We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8e408 commit 1f5255cCopy full SHA for 1f5255c
1 file changed
.github/workflows/check-todo.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
find_todos:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ pull-requests: write # to comment on PRs
14
+ contents: read
15
16
steps:
17
- name: Checkout code
0 commit comments