From c7a43b4ea113b0fed211be3699c0e4c697c88a01 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 4 Jan 2021 15:16:57 -0500 Subject: [PATCH] stale: re-enable post holidays 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(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cec1311bec1..20c5735d615 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: