From 5d10fcbe05fafb125a1879e901b053a80ce86b6e Mon Sep 17 00:00:00 2001 From: William Belcher Date: Tue, 18 Jul 2023 10:50:28 +1000 Subject: [PATCH] Update stale.yml Signed-off-by: William Belcher --- .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 079772ba..26b40c9a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,7 @@ name: Mark stale issues and pull requests on: + workflow_dispatch: schedule: - cron: "0 0 * * *" @@ -18,4 +19,4 @@ jobs: stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' days-before-stale: 30 - exempt-issue-labels: 'ignore-no-issue-activity' \ No newline at end of file + exempt-issue-labels: 'ignore-no-issue-activity'