From e752348e94b551caa0a050f3b81a318a2179dadc Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 19 Nov 2020 21:45:44 +0100 Subject: [PATCH] update stale bot (#4769) Co-authored-by: chaton --- .github/stale.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index e433ab91c5..f204e5b3d2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -40,3 +40,10 @@ pulls: staleLabel: "won't fix" # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 10 + +# 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 +# Set to true to ignore issues with an assignee (defaults to false) +exemptAssignees: true