Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2019-06-08 00:34:40 +0300
committerGitHub <noreply@github.com>2019-06-08 00:34:40 +0300
commit4d034122c6026a94d837fdaef9bd4df3472056f7 (patch)
tree42f9b290b45a82e74944f2c0850a2f037bb7997f /.github
parent5c663d4d97270dd0f8cd387df7ca5828fbdb4bb8 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index c248fe9d4..6b317a4b5 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -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: >