From a9342f90052caebec8a053f56d3cbbea679c80b3 Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:01:17 -0600 Subject: [PATCH] workflow dispatch (#4051) for auto triggering on the stale workflow --- .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 321e649af30..47a1fd2c434 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,7 +3,8 @@ name: Mark stale issues and pull requests on: schedule: - cron: "0 0 * * *" - + workflow_dispatch: + permissions: contents: read