Skip to content

Commit a071441

Browse files
authored
Merge pull request akabarki76#7 from akabarki76/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents 3cfd2ff + b932032 commit a071441

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/triage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Discussion Triage
22
run-name: ${{ github.event_name == 'issues' && github.event.issue.title || github.event.pull_request.title }}
3+
permissions:
4+
contents: read
5+
issues: write
36
on:
47
issues:
58
types:

0 commit comments

Comments
 (0)