Skip to content

Commit 8fb4204

Browse files
authored
Add permissions for write issues
1 parent c066315 commit 8fb4204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stale-support-escalation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
schedule:
88
- cron: '30 1 * * *' # Run each day at 1:30 UTC
99

10+
permissions:
11+
issues: write
12+
1013
jobs:
1114
stale:
1215
if: github.repository == 'github/ghes' || github.repository == 'github/enterprise2' || github.repository == 'github/backup-utils-private'

0 commit comments

Comments
 (0)