Skip to content

Commit

Permalink
Updating auto-stale conditions (90 days warning, 10 days to respond, …
Browse files Browse the repository at this point in the history
…only issues, ignore assigned issues)
  • Loading branch information
jonoomph committed Mar 10, 2020
1 parent de42a90 commit a21e328
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/stale.yml
@@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: 10
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
Expand All @@ -15,4 +15,8 @@ markComment: >
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: false
# Only close issues
only: issues
# Don't close issues which are assigned to somebody
exemptAssignees: true

0 comments on commit a21e328

Please sign in to comment.