diff options
author | Michael Aldridge <maldridge@voidlinux.org> | 2022-03-30 02:49:29 +0000 |
---|---|---|
committer | Michael Aldridge <maldridge@voidlinux.org> | 2022-03-30 02:49:29 +0000 |
commit | a2c813b11353aad72452d8666c2fb88ee6928161 (patch) | |
tree | 4ba74f3c3dde3439531a7f0f13b3124e1502aaa8 | |
parent | f841eea1cfc53d84dd21ca08daa056a7b2f6dcc7 (diff) | |
download | void-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
-rw-r--r-- | .github/workflows/stale.yml | 1 |
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 * * *' |