summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-18 11:31:57 +0100
committerGitHub <noreply@github.com>2022-02-18 11:31:57 +0100
commit3136ff67d81bf43b738d1e84394d810de8a8d229 (patch)
tree167f1e2f99afdf2aaf102013c32559f2a0369fd5 /.github
parent929808190fb0649dcfa6def39cd1afe1d380087c (diff)
github: Configure stale to be run manually
Updates #9522
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index da241c78c..b3233c835 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -1,5 +1,6 @@
name: 'Close stale and lock closed issues and PRs'
on:
+ workflow_dispatch:
schedule:
- cron: '30 1 * * *'
jobs: