We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c502da commit 8d4a71fCopy full SHA for 8d4a71f
1 file changed
.github/workflows/check-closed-issue-for-linked-pr.yml
@@ -4,6 +4,11 @@ on:
4
issues:
5
types: [closed]
6
7
+permissions:
8
+ contents: read
9
+ issues: read
10
+ pull-requests: read
11
+
12
jobs:
13
check-for-linked-issue:
14
runs-on: ubuntu-latest
0 commit comments