From 2abee88eacd585fe1d5cc381618cfc1500008d36 Mon Sep 17 00:00:00 2001 From: John Briggs Date: Mon, 19 Aug 2019 14:35:31 -0400 Subject: [PATCH] Move stale.yml back to days as units This had been temporarily moved to hours to work around a bug in actions/stale. --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9210f86055..50109640ae 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,5 +17,5 @@ jobs: stale-pr-message: 'Labeling this pull request as stale. There has been no activity for 30 days. Remove stale label or comment or this PR will be closed in 7 days.' stale-issue-label: 'no-activity' stale-pr-label: 'no-activity' - days-before-stale: 720 - days-before-close: 168 + days-before-stale: 30 + days-before-close: 7