Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Mar 27, 2020
1 parent 8832820 commit 76f5d03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 5
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- bug
- "bug"
- "help wanted"
- "MERGE ME"
- "NEEDS REVIEW"
- "enhancement"
# Ignore issues in a milestone
exemptMilestones: true
# Label to use when marking an issue as stale
Expand All @@ -20,4 +19,4 @@ markComment: >
a reply in the comments and one of the maintainers will (try!) to follow up.
Thank you for contributing :)
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: false

0 comments on commit 76f5d03

Please sign in to comment.