From fad919aa2c894abaa3af88aed1e064c1220937fe Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 18 Dec 2020 12:29:38 -0500 Subject: stale: disable check for holiday break (#735) We're unlikely to see any activity on many PRs over the next couple of weeks, so don't close out inactive PRs for the duration. --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 20c5735d..7097a662 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,8 @@ name: Mark and close stale pull requests -on: - schedule: - - cron: "0 0 * * *" # Daily @ 00:00 +#on: +# schedule: +# - cron: "0 0 * * *" # Daily @ 00:00 jobs: stale: -- cgit v1.2.3