Skip to content

Commit 543642f

Browse files
authored
Merge pull request #264844 from huypub/permission-block-for-stalebot
Update stale.yml
2 parents fcfff56 + 4d35fa1 commit 543642f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Mark stale pull requests
22

3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
37
on:
48
schedule:
59
- cron: "0 */6 * * *"
@@ -8,7 +12,7 @@ jobs:
812
stale:
913

1014
runs-on: ubuntu-latest
11-
15+
1216
steps:
1317
- uses: actions/stale@v3
1418
with:

0 commit comments

Comments
 (0)