summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-04-07 11:43:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-04-07 11:43:06 +0200
commita7298bc6e9ef6a92030ae4b8c5de88bc84907bbb (patch)
tree28f21c144baa3f95722580d84e1758726c1069bc
parente61c04b45754915e291d665556331721cd189f51 (diff)
downloadcurl-bagder/probot-stale.tar.gz
.github/stale.yml: enable the stale botbagder/probot-stale
Issues and PRs with no activity for 90 days will get marked as stale, and if no further activity happens within 14 more days, the issue gets closed. This follows our established policy of not letting stalled bugs "get in the way": https://curl.haxx.se/docs/bugs.html#Closing_off_stalled_bugs
-rw-r--r--.github/stale.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..d2f2c284b
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,17 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 90
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 14
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - pinned
+ - security
+# Label to use when marking an issue as stale
+staleLabel: stale
+# Comment to post when marking an issue as stale. Set to `false` to disable
+markComment: >
+ This issue has been automatically marked as stale because it has not had
+ 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