-
Notifications
You must be signed in to change notification settings - Fork 104
Issue #53: Add probot/stale bot configuration to ID and close stale issues. #196
Issue #53: Add probot/stale bot configuration to ID and close stale issues. #196
Conversation
Codecov Report
@@ Coverage Diff @@
## main #196 +/- ##
=======================================
Coverage 41.90% 41.90%
=======================================
Files 3 3
Lines 556 556
Branches 114 114
=======================================
Hits 233 233
Misses 279 279
Partials 44 44 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM also. @geerlingguy Do we need to add any additional labels or will the probot handle label creation? |
@tima - If we want to add certain new labels to mark issues as 'not stale permanently', we would need to add those labels to the bot config. Right now it's just: exemptLabels:
- pinned
- security
- planned
- priority/critical
- verified |
OK. We have these already.
These could be useful. I'll add these.
Not sure what we'd use this one for. |
@tima I think pinned would likely be equivalent to |
Ah, in that case I'll add that as another tag to use for ignoring stale. |
PR #196 follow-up: Adjust stale bot exemptLabels.
Closes #53.