Merge pull request #5458 from pradyunsg/bots

Add configuration for bots
This commit is contained in:
Pradyun Gedam 2019-05-27 16:54:01 -04:00 committed by GitHub
commit d3b9942a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 0 deletions

11
.github/lock.yml vendored Normal file
View File

@ -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.

11
.github/no-response.yml vendored Normal file
View File

@ -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.

7
.github/triage-new-issues.yml vendored Normal file
View File

@ -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"