Skip to content

Commit 231e17b

Browse files
Change permissions so issue-triage can run for everyone
1 parent 4cbdfa6 commit 231e17b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/issue-triage.lock.yml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
stop-after: +1d
66
reaction: eyes
77

8-
permissions: read-all
8+
permissions:
9+
issues: read
10+
discussions: read
11+
pull-requests: read
12+
contents: read
913

1014
network: defaults
1115

0 commit comments

Comments
 (0)