hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 3136ff67d81bf43b738d1e84394d810de8a8d229
parent 929808190fb0649dcfa6def39cd1afe1d380087c
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 18 Feb 2022 11:31:57 +0100

github: Configure stale to be run manually

Updates #9522
Diffstat:
M.github/workflows/stale.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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: