Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-02-12 12:27:51 +0300
committerGitHub <noreply@github.com>2022-02-12 12:27:51 +0300
commitdc6be5f0296bf6c63bc2432c1cc4c46db6014efa (patch)
tree52c9c1302679020f22db8e33026deff0fcf02dde /.github
parent642fdfbe26057c628b69f1974b87fdadd4bdb9ae (diff)
parent74529a9c3c66cacee039a2d59e8a9789344c7e94 (diff)
Merge pull request #2795 from McGiverGim/upgrade_stale_v4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index 74c4c2cd..84ea1e96 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -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