From 53b48dd922525db5d94562bc3c90adaf90f6536f Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Mon, 26 May 2025 14:16:45 -0300 Subject: [PATCH] GH Actions: Enable manually triggering stale.yml --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 067ad5e54f..e8b113a2f4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,6 +5,7 @@ name: Label and close stale pull requests on: schedule: - cron: '31 19 * * *' + workflow_dispatch: jobs: stale: