aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Aldridge <maldridge@voidlinux.org>2022-03-30 02:49:29 +0000
committerMichael Aldridge <maldridge@voidlinux.org>2022-03-30 02:49:29 +0000
commita2c813b11353aad72452d8666c2fb88ee6928161 (patch)
tree4ba74f3c3dde3439531a7f0f13b3124e1502aaa8 /.github/workflows
parentf841eea1cfc53d84dd21ca08daa056a7b2f6dcc7 (diff)
downloadvoid-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar.gz
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar.bz2
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar.lz
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar.xz
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.tar.zst
void-packages-a2c813b11353aad72452d8666c2fb88ee6928161.zip
.github/workflows: make stale comments workflow dispatchable
Diffstat (limited to '.github/workflows')
-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 c759ef9459e..abdc83c9d38 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -2,6 +2,7 @@
name: Stale Cleanup
on:
+ workflow_dispatch:
schedule:
- cron: '30 1 * * *'