mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Merge pull request #2795 from McGiverGim/upgrade_stale_v4
This commit is contained in:
commit
dc6be5f029
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yaml
vendored
3
.github/workflows/stale.yaml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue