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-03 20:25:23 +0300
committerGitHub <noreply@github.com>2019-06-03 20:25:23 +0300
commit09b7d2f461d523651fc979826b8d2282aaacd34b (patch)
tree0199f9e2346e4dd20a8e4a3f81c69c8aba3b98fc /.github
parent18797dca79c163449ab6892649da82ae4a89f22b (diff)
Configure the stale bot (#7108)
* Configure the stale bot. * Add top level comment. * except assignees * Give warning about closing issues.
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..c248fe9d4
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,34 @@
+# Configuration for https://github.com/marketplace/stale
+
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilStale: 180
+
+# 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
+
+# Ignore issues with an assignee (defaults to false)
+exemptAssignees: true
+
+# Label to use when marking as stale
+staleLabel: stale
+
+# 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.
+
+# Comment to post when closing a stale Issue or Pull Request.
+closeComment: >
+ This issue has been closed due to lack of activity, but if you think it
+ should be reopened, please open a new issue with a link to this one and we'll
+ take a look.
+
+# Limit the number of actions per hour, from 1-30. Default is 30
+limitPerRun: 1
+
+# Don't mark pull requests as stale.
+only: issues