Skip to content

Commit

Permalink
Update stalebot config to not close valid issues
Browse files Browse the repository at this point in the history
Add `enhancement` tag as exempt from being stale
Increase days until close to 14
  • Loading branch information
jetwhiz committed Sep 16, 2019
1 parent fa4ff2d commit ad8367d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security-audit
- bug
- enhancement
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand Down

0 comments on commit ad8367d

Please sign in to comment.