From 559b08ddd31ecd904fd09c1e2822161b853166b9 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 22 Feb 2024 00:30:49 +0000 Subject: [PATCH] chore(github-actions): allow stale action to be run on demand --- .github/workflows/close.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close.yml b/.github/workflows/close.yml index bd306cf..2565520 100644 --- a/.github/workflows/close.yml +++ b/.github/workflows/close.yml @@ -2,6 +2,7 @@ name: 'Close stale issues and PRs' on: schedule: - cron: '30 1 * * *' + workflow_dispatch: permissions: issues: write pull-requests: write