summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2021-01-04 17:46:04 -0500
committerGitHub <noreply@github.com>2021-01-04 17:46:04 -0500
commitc5f6c78623dd022c0ec45eb9917bbb39aafdca32 (patch)
tree8643bcfb68706a6744e27f7c17ee5cfd00d75448 /.github
parentaa72426b6d7d2d81b4b609ebdb21284cc7f3d650 (diff)
downloadcloud-init-git-c5f6c78623dd022c0ec45eb9917bbb39aafdca32.tar.gz
stale: re-enable post holidays (#749)
This reverts commits fad919aa2c894abaa3af88aed1e064c1220937fe ("stale: disable check for holiday break (#735)") and e4f2d6139a802e659c571f581763eddeee715e2f ("stale: fix error in definition (#740)").
Diffstat (limited to '.github')
-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 cec1311b..20c5735d 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -1,8 +1,8 @@
name: Mark and close stale pull requests
-on: workflow_dispatch
-# schedule:
-# - cron: "0 0 * * *" # Daily @ 00:00
+on:
+ schedule:
+ - cron: "0 0 * * *" # Daily @ 00:00
jobs:
stale: