19
.github/config.yml
vendored
Normal file
19
.github/config.yml
vendored
Normal 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> 
|
||||||
|
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> 
|
||||||
|
firstPRMergeComment: >
|
||||||
|
Congrats on getting your first pull request merged! <br><br>
|
||||||
|

|
||||||
|
|
||||||
|
# ProBot WIP (https://probot.github.io/apps/wip/)
|
||||||
|
|
||||||
|
# (Requires no configuration)
|
||||||
4
.github/lock.yml
vendored
Normal file
4
.github/lock.yml
vendored
Normal 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
11
.github/no-response.yml
vendored
Normal 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>
|
||||||
|

|
||||||
13
.github/stale.yml
vendored
Normal file
13
.github/stale.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user