Skip to content

Commit 1c9cb6e

Browse files
authored
fix: add pr write permission to stale (#563)
1 parent 34a1ea9 commit 1c9cb6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
jobs:
77
stale:
8+
permissions:
9+
pull-requests: write
810
runs-on: ubuntu-latest
911
steps:
1012
- uses: actions/stale@v9

0 commit comments

Comments
 (0)