Skip to content

Commit 225ff46

Browse files
authoredJul 18, 2024··
ci: Update stale.yml
1 parent 874b78d commit 225ff46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/stale.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
schedule:
55
- cron: '30 1 * * *'
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.