We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13eb6a commit 5083affCopy full SHA for 5083aff
.github/workflows/track_todos.yml
@@ -28,6 +28,11 @@ on:
28
# Allow the workflow to be manually run:
29
workflow_dispatch:
30
31
+# Global permissions:
32
+permissions:
33
+ # Allow read-only access to the repository contents:
34
+ contents: read
35
+
36
# Workflow jobs:
37
jobs:
38
@@ -77,6 +82,7 @@ jobs:
77
82
title: 'TODO comments'
78
83
content-filepath: ./tracking_issue_todos.md
79
84
issue-number: 803
85
+ token: ${{ secrets.PULL_REQUEST_TOKEN }}
80
86
labels: |
81
87
todos
88
automated-issue
@@ -89,6 +95,7 @@ jobs:
89
95
title: 'FIXME comments'
90
96
content-filepath: ./tracking_issue_fixmes.md
91
97
issue-number: 804
98
92
99
93
100
fixmes
94
101
0 commit comments