Merge pull request #1385 from webtorrent/probot

Add bots!
This commit is contained in:
Feross Aboukhadijeh
2018-05-09 20:17:52 -07:00
committed by GitHub
4 changed files with 47 additions and 0 deletions

19
.github/config.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
# ProBot Request Info (https://probot.github.io/apps/request-info/)
requestInfoReplyComment: >
We would appreciate it if you could provide us with more information about this
issue. <br><br> ![](https://feross.net/s/cats/14.gif)
requestInfoLabelToAdd: 'need more info'
# ProBot Welcome (https://probot.github.io/apps/welcome/)
newPRWelcomeComment: >
Thanks for opening this pull request! Please check out our contributing guidelines.
<br><br> ![](https://feross.net/s/cats/9.gif)
firstPRMergeComment: >
Congrats on getting your first pull request merged! <br><br>
![](https://feross.net/s/cats/29.gif)
# ProBot WIP (https://probot.github.io/apps/wip/)
# (Requires no configuration)

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

@@ -0,0 +1,4 @@
# ProBot Lock (https://probot.github.io/apps/lock/)
daysUntilLock: 180
lockComment: false

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

@@ -0,0 +1,11 @@
# ProBot No Response (https://probot.github.io/apps/no-response/)
daysUntilClose: 7
responseRequiredLabel: 'need more info'
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 leave a comment or open a new issue if you have the
additional information we need so investigate further. <br><br>
![](https://feross.net/s/cats/7.gif)

13
.github/stale.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# ProBot Stale (https://probot.github.io/apps/stale/)
daysUntilStale: 90
daysUntilClose: 7
exemptLabels:
- accepted
- bug
- enhancement
staleLabel: stale
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.
closeComment: false