From 3f2a99a93634d6fcfbbc2adf1dcac2529f6d9ec4 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:43:24 -0500 Subject: [PATCH] Update stale.yml temporarily make it manually triggerable --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 72e9d2e7fb..9977161385 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,8 @@ name: 'Close stale issues and PRs' on: - schedule: - - cron: '30 1 * * *' + workflow-dispatch: + #schedule: + # - cron: '30 1 * * *' permissions: issues: write