Skip to content

Commit

Permalink
Update stale bot configuration (hyperledger-archives#4087)
Browse files Browse the repository at this point in the history
Removed 'good first issue', 'epic' and 'top10' exempt labels and
fixed broken link in the close comment

Ideally there would not be any exempt labels since 60+14 days of
innactivity is pretty conservative. If issues are going state,
that is an indication that they need more focus, not that they
should be added to an exemption list

Closes #3925

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored May 31, 2018
1 parent f6a7b4e commit 6720cf7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
# Issues with these labels will never be considered stale
# CAUTION: These issues are likely to get _less_ attention since stale bot
# will never nag anyone about them. Stale bot just reflects the community's
# actual priorities and adding labels to this list will not change that.
# If issues you care about are going stale, you need to work with the
# community to raise their profile, e.g. add more information, reach out on
# Rocket.Chat, join a community call, etc.
# WARNING: Please do not change these labels without seeking community
# consensus first!
exemptLabels:
- good first issue
- epic
- debt
- qa
- top10
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand All @@ -21,4 +26,4 @@ closeComment: >
This issue has been automatically closed because no further activity
occurred. If you believe the issue is still relevant, please
either reopen this issue, open a new issue, or contact one of the
[project maintainers](MAINTAINERS.md)
[project maintainers](https://github.com/hyperledger/composer/blob/master/MAINTAINERS.md)

0 comments on commit 6720cf7

Please sign in to comment.