From 994615ca2881dc080215470748e2ed1a4206eef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 3 Nov 2023 08:17:48 +0100 Subject: [PATCH] gha: stale: Allow manually triggering it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will help us to avoid waiting till the next time cron would trigger the action to test Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 176f71293..5928d83c2 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -2,6 +2,7 @@ name: 'Automatically close stale PRs' on: schedule: - cron: '0 0 * * *' + workflow_dispatch: jobs: stale: