From 187917c7467b9f39ad41e316faf9d47b3e682e8e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 5 Jun 2020 09:45:27 -0400 Subject: [PATCH] chore(): exempt bugs and feature requests from stale issues (#21435) --- .github/ionic-issue-bot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 41af18fc8c..d3f7cbef25 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -75,8 +75,10 @@ stale: days: 365 maxIssuesPerRun: 100 exemptLabels: - - good first issue - - triage + - "good first issue" + - "triage" + - "type: bug" + - "type: feature request" exemptAssigned: true exemptProjects: true exemptMilestones: true