From 352c0a7e10c9f37d99fa330e04713acb6fbb6fb9 Mon Sep 17 00:00:00 2001 From: Eugene Kenny Date: Fri, 29 May 2020 10:54:17 +0100 Subject: [PATCH] Don't mark issues on a milestone as stale Once an issue has been assigned to a milestone, it shouldn't be closed unless we decide that the release can ship without it. --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 8740f3c899..7850d1596f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,6 +10,8 @@ exemptLabels: - attached PR - regression - release blocker +# Issues on a milestone will never be considered stale +exemptMilestones: true # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable