Skip to content

Commit

Permalink
Improve issue closing behavior. (#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Jun 24, 2019
1 parent 2e3c1d7 commit a3bbdd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ daysUntilStale: 365

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7
# When changing this value, be sure to also update markComment below.
daysUntilClose: 30

# Ignore issues with an assignee (defaults to false)
exemptAssignees: true
Expand All @@ -18,8 +19,8 @@ markComment: >
We've made a lot of changes to Certbot since this issue was opened. If you
still have this issue with an up-to-date version of Certbot, can you please
add a comment letting us know? This helps us to better see what issues are
still affecting our users. If there is no further activity, this issue will
be automatically closed.
still affecting our users. If there is no activity in the next 30 days, this
issue will be automatically closed.
# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
Expand Down

0 comments on commit a3bbdd5

Please sign in to comment.