mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Ask for updates, the issue isn't stale. (#7133)
This PR attempts to improve the behavior our "stale" bot by asking for updates instead of telling people that their issue is stale.
This commit is contained in:
parent
5c663d4d97
commit
4d034122c6
1 changed files with 6 additions and 6 deletions
12
.github/stale.yml
vendored
12
.github/stale.yml
vendored
|
|
@ -11,15 +11,15 @@ daysUntilClose: 7
|
|||
exemptAssignees: true
|
||||
|
||||
# Label to use when marking as stale
|
||||
staleLabel: stale
|
||||
staleLabel: needs-update
|
||||
|
||||
# Comment to post when marking as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
To help us better see what issues are still affecting our users, this issue
|
||||
has been automatically marked as stale. If you still have this issue with an
|
||||
up-to-date version of Certbot and are interested in seeing it resolved,
|
||||
please add a comment letting us know. If there is no further activity, this
|
||||
issue will be automatically closed.
|
||||
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.
|
||||
|
||||
# Comment to post when closing a stale Issue or Pull Request.
|
||||
closeComment: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue