From 2cfd4d719abc3ef4ea5e1b74452d71eb62e5579a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 21 Oct 2024 10:30:19 -0700 Subject: [PATCH] feat: add manual trigger for stale issue closure workflow --- .github/workflows/close-stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 0afcca368..4b7e68d32 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -2,6 +2,7 @@ name: 'Close stale issues and PRs' on: schedule: - cron: '30 1 * * *' + workflow_dispatch: jobs: stale: