From 2964b1583c18540f579f25fee441d20f00227655 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Thu, 14 Nov 2019 15:08:17 -0500 Subject: [PATCH] Reactivated Stale Bot #605 Looks like the PR was merged so giving this a try again. --- .github/{stale.yml.DISABLED => stale.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/{stale.yml.DISABLED => stale.yml} (98%) diff --git a/.github/stale.yml.DISABLED b/.github/stale.yml similarity index 98% rename from .github/stale.yml.DISABLED rename to .github/stale.yml index 7923204d..5b391b07 100755 --- a/.github/stale.yml.DISABLED +++ b/.github/stale.yml @@ -8,8 +8,7 @@ daysUntilStale: 7 daysUntilClose: 1 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: - - weekly-digest +onlyLabels: ['weekly-digest'] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: []