summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2019-05-27 16:54:01 -0400
committerGitHub <noreply@github.com>2019-05-27 16:54:01 -0400
commitd3b9942a2478978f971853e9c906b157786bdb23 (patch)
tree7c4833b21443e30c386c90b035c0aac73027d478
parent24e9e4aa37dfd3ef6a4a027273c56469ccda5f70 (diff)
parent4e2401d475f75c221f6eac42fdd720a32b54f1e4 (diff)
downloadpip-d3b9942a2478978f971853e9c906b157786bdb23.tar.gz
Merge pull request #5458 from pradyunsg/bots
Add configuration for bots
-rw-r--r--.github/lock.yml11
-rw-r--r--.github/no-response.yml11
-rw-r--r--.github/triage-new-issues.yml7
3 files changed, 29 insertions, 0 deletions
diff --git a/.github/lock.yml b/.github/lock.yml
new file mode 100644
index 000000000..3436cb2a8
--- /dev/null
+++ b/.github/lock.yml
@@ -0,0 +1,11 @@
+# Number of days of inactivity before a closed issue or pull request is locked
+daysUntilLock: 30
+# Issues and pull requests with these labels will not be locked.
+exemptLabels: []
+# Label to add before locking, such as `outdated`. Set to `false` to disable
+lockLabel: "S: outdated"
+# Comment to post before locking. Set to `false` to disable
+lockComment: >
+ This thread has been automatically locked since there has not been
+ any recent activity after it was closed. Please open a new issue for
+ related bugs.
diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644
index 000000000..808756a12
--- /dev/null
+++ b/.github/no-response.yml
@@ -0,0 +1,11 @@
+# Number of days of inactivity before issue is closed for lack of response
+daysUntilClose: 30
+# Label requiring a response
+responseRequiredLabel: "S: awaiting response"
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
+closeComment: >
+ This issue has been automatically closed because there has been no response
+ to our request for more information from the original author. With only the
+ information that is currently in the issue, we don't have enough information
+ to take action. Please reach out if you have or find the answers we need so
+ that we can investigate further.
diff --git a/.github/triage-new-issues.yml b/.github/triage-new-issues.yml
new file mode 100644
index 000000000..32b656d4a
--- /dev/null
+++ b/.github/triage-new-issues.yml
@@ -0,0 +1,7 @@
+# This is based off of reading the actual source code of the bot. :/
+# https://github.com/tunnckoCoreLabs/triage-new-issues/blob/2ff406030ecce4c25f7bdd454125ba54db1301bd/src/index.js#L7
+#
+# While this file is currently a no-op, it serves the purpose of
+# documenting that this bot is indeed being used, since this is a
+# non-standard probot bot.
+label: "needs triage"