From 71a206591a498a3a0439417240669c356addb71c Mon Sep 17 00:00:00 2001 From: Thomas Kooi Date: Sun, 18 Nov 2018 15:42:03 +0100 Subject: [PATCH] Ignore issues listed in a project or milestone (#6688) --- .github/stale.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index de8d73bb26..a129b592ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -39,3 +39,9 @@ limitPerRun: 30 # Limit to only `issues` or `pulls` only: issues + +# Set to true to ignore issues in a project (defaults to false) +exemptProjects: true + +# Set to true to ignore issues in a milestone (defaults to false) +exemptMilestones: true