Skip to content

Commit

Permalink
chore(ionitron): don't mark feature requests as stale (#3234)
Browse files Browse the repository at this point in the history
make issues with the label "Feature: Want this? Upvote it!" exempt from
ionitron marking such issues as stale. it's an acceptable situation
where we get a totally valid issue/feature request, we mark it as such,
but it's not the top of the backlog. we should be performing manual
checks of these for now (although making this smarter in the future to
look at the number of votes/comments and taking those into account would
be ideal)
  • Loading branch information
rwaskiewicz authored Feb 7, 2022
1 parent 7614cba commit 1c15004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ionic-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stale:
days: 180
maxIssuesPerRun: 100
exemptLabels:
- "Feature: Want this? Upvote it!"
- good first issue
- help wanted
- Reply Received
Expand Down

0 comments on commit 1c15004

Please sign in to comment.