From 36e3a8a49cdc89bd5160c53372696335e52936d2 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 30 Aug 2019 10:44:01 -0700 Subject: [meta] Exempt items on milestones or in projects from stalebot --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 4650483cd5..6f55110173 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for probot-stale - https://github.com/probot/stale -exemptProjects: false -exemptMilestones: false +exemptProjects: true +exemptMilestones: true staleLabel: archived -- cgit v1.2.1