github: Configure stale to be run manually
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 18 Feb 2022 10:31:57 +0000 (11:31 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 10:31:57 +0000 (11:31 +0100)
Updates #9522

.github/workflows/stale.yml

index da241c78c714be9a87c1ad9aba5e58df2f8304c1..b3233c835f1c6a1f33707c6e6bcaf5dc601b646b 100644 (file)
@@ -1,5 +1,6 @@
 name: 'Close stale and lock closed issues and PRs'
 on:
+  workflow_dispatch:
   schedule:
     - cron: '30 1 * * *'
 jobs: