From c5f6c78623dd022c0ec45eb9917bbb39aafdca32 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 4 Jan 2021 17:46:04 -0500 Subject: 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)"). --- .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 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: -- cgit v1.2.3