1
0
Fork 0
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:
J Blackman 2022-02-12 20:27:51 +11:00 committed by GitHub
commit dc6be5f029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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