Skip to content

Commit e2ccb0c

Browse files
committed
chore: migrate workflow
1 parent a720629 commit e2ccb0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/stale.yml

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

6+
permissions:
7+
contents: write # only for delete-branch option
8+
issues: write
9+
pull-requests: write
10+
611
jobs:
712
stale:
813
runs-on: ubuntu-latest
914
steps:
10-
- uses: actions/stale@v3
15+
- uses: actions/stale@v9
1116
with:
1217
repo-token: ${{ secrets.GITHUB_TOKEN }}
1318
stale-issue-message: |

0 commit comments

Comments
 (0)