From de4cd520abbed961aeeed4c64c78879db988ef70 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 9 May 2025 22:13:28 -0700 Subject: [PATCH] chore(ci): enable manual triggering of stale workflow --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 150cefb78..c83a32afe 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,6 +3,7 @@ name: 'Close stale issues and PRs' on: schedule: - cron: '30 1 * * *' + workflow_dispatch: permissions: issues: write