Skip to content

Commit 10970a8

Browse files
committed
add permission
1 parent 08d2aaf commit 10970a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
jobs:
99
stale:
1010
runs-on: ubuntu-latest
11+
12+
permissions:
13+
issues: write
14+
pull-requests: write
15+
1116
steps:
1217
- uses: actions/[email protected]
1318
with:

0 commit comments

Comments
 (0)