From b057e9feef54535546bbd0e0798be566e8aa20ec Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Tue, 19 Feb 2019 15:21:33 +0100 Subject: [PATCH] Let stale bot ignore pr further in the lifecycle (#10294) * Let stale bot ignore pr further in the lifecycle * Update per feedback --- .github/stale.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 891b278efa..78ba70eb92 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,8 +7,11 @@ daysUntilStale: 14 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. daysUntilClose: false -# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: Lifecycle/frozen +# Issues or Pull Requests with these labels will be ignored by the stale bot. Set to `[]` to disable. +exemptLabels: + - Lifecycle/2:inactive + - Lifecycle/3:orphaned + - Lifecycle/frozen # Set to true to ignore issues in a project (defaults to false) exemptProjects: true