Upgrade stale bot action to version 4
parent
340087a4df
commit
74529a9c3c
|
@ -1,6 +1,7 @@
|
|||
name: 'Close stale issues'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 4 * * *"
|
||||
|
||||
|
@ -9,7 +10,7 @@ jobs:
|
|||
name: 'Check and close stale issues'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
operations-per-run: 30
|
||||
|
|
Loading…
Reference in New Issue