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