diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-18 12:29:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 12:29:38 -0500 |
commit | fad919aa2c894abaa3af88aed1e064c1220937fe (patch) | |
tree | cff0b940ee8c9a5cbe70554bef0545e425e85429 | |
parent | f38ba3cafcc838b81d45238603089340e016d353 (diff) | |
download | vyos-cloud-init-fad919aa2c894abaa3af88aed1e064c1220937fe.tar.gz vyos-cloud-init-fad919aa2c894abaa3af88aed1e064c1220937fe.zip |
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.
-rw-r--r-- | .github/workflows/stale.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |