Skip to content

Commit dfcab90

Browse files
Add permissions
1 parent d76ff17 commit dfcab90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale-bot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
- cron: '0 0 * * *'
66
workflow_dispatch: # Allow manual trigger
77

8+
permissions:
9+
contents: write # only for delete-branch option
10+
issues: write
11+
pull-requests: write
12+
813
jobs:
914
stale:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)