Skip to content

Commit d448de2

Browse files
committed
ci: scope down permissions for stale-bot.yml
1 parent 5747438 commit d448de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale-bot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
schedule:
1717
- cron: '0 20 * * SUN' # every Sunday at 20 am UTC: PST 0:00 AM "
1818

19+
permissions:
20+
issues: write
21+
pull-requests: write
22+
1923
jobs:
2024
stale-close:
2125
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)