Skip to content

Commit b932032

Browse files
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 3cfd2ff commit b932032

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)