diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..78069022 --- /dev/null +++ b/.github/config.yml @@ -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.

![](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. +

![](https://feross.net/s/cats/9.gif) +firstPRMergeComment: > + Congrats on getting your first pull request merged!

+ ![](https://feross.net/s/cats/29.gif) + +# ProBot WIP (https://probot.github.io/apps/wip/) + +# (Requires no configuration) diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 00000000..9390a223 --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,4 @@ +# ProBot Lock (https://probot.github.io/apps/lock/) + +daysUntilLock: 180 +lockComment: false diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 00000000..07298803 --- /dev/null +++ b/.github/no-response.yml @@ -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.

+ ![](https://feross.net/s/cats/7.gif) diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..fd44849a --- /dev/null +++ b/.github/stale.yml @@ -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