From 3d54c0bc7cf38a7b918d2370a98e7e4748e5e6e7 Mon Sep 17 00:00:00 2001 From: Eric Greer Date: Thu, 25 Jan 2024 16:14:42 -0800 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c949af565..3f131e129 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,5 +1,6 @@ name: 'Close stale issues and PRs' on: + workflow_dispatch: schedule: - cron: '0 0 * * *' @@ -13,4 +14,4 @@ jobs: close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity. Please reopen and comment on the issue if you believe it should stay open.' days-before-stale: 30 days-before-close: 15 - exempt-issue-labels: 'in progress, do-not-close' \ No newline at end of file + exempt-issue-labels: 'in progress, do-not-close'