Skip to content

Commit 9ee9ad5

Browse files
chore: Adding missing permissions to stale workflow (#1265)
1 parent 49b5c6a commit 9ee9ad5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
schedule:
44
- cron: '30 1 * * *'
55

6+
7+
permissions:
8+
issues: write
9+
pull-requests: write
10+
611
jobs:
712
stale:
813
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)