summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-12-18 12:29:38 -0500
committerGitHub <noreply@github.com>2020-12-18 12:29:38 -0500
commitfad919aa2c894abaa3af88aed1e064c1220937fe (patch)
treecff0b940ee8c9a5cbe70554bef0545e425e85429 /.github/workflows
parentf38ba3cafcc838b81d45238603089340e016d353 (diff)
downloadvyos-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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stale.yml6
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: