From 358cfc7f49fb55a6473fcbd090fd5c83f290bb68 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 18 Jan 2019 10:30:02 -0500 Subject: [PATCH] Don't let issues with bounties or labelling as valid bug go stale --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 971d85ea5..94048df3d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,6 +9,8 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "Under Review" + - "Bounty" + - "bug" # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true