Skip to content

Commit 8079f8b

Browse files
authored
See permission issues write
1 parent 315e6cb commit 8079f8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
schedule:
44
- cron: '30 8 * * *'
55

6+
permissions:
7+
issues: write
8+
69
jobs:
710
stale:
811
runs-on: ubuntu-latest
@@ -24,4 +27,4 @@ jobs:
2427
days-before-pr-close: 30
2528
exempt-pr-labels: 'do not stale'
2629
only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
27-
remove-pr-stale-when-updated: true
30+
remove-pr-stale-when-updated: true

0 commit comments

Comments
 (0)