Merge pull request #2795 from McGiverGim/upgrade_stale_v4
commit
dc6be5f029
|
@ -1,6 +1,7 @@
|
||||||
name: 'Close stale issues'
|
name: 'Close stale issues'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 4 * * *"
|
- cron: "30 4 * * *"
|
||||||
|
|
||||||
|
@ -9,7 +10,7 @@ jobs:
|
||||||
name: 'Check and close stale issues'
|
name: 'Check and close stale issues'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
operations-per-run: 30
|
operations-per-run: 30
|
||||||
|
|
Loading…
Reference in New Issue