diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..72ac2b2d --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,14 @@ +# 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/PR. ![](https://feross.net/s/cats/14.gif) + +# 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) diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 00000000..ccfae91b --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,7 @@ +# ProBot Lock Threads (https://probot.github.io/apps/lock/) + +daysUntilLock: 365 +lockComment: > + This thread has been automatically locked because it has not had recent + activity. Please open a new issue for related bugs and link to relevant + comments in this thread. ![](https://feross.net/s/cats/36.gif) diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 00000000..eb51d03e --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,10 @@ +# ProBot No Response (https://probot.github.io/apps/no-response/) + +daysUntilClose: 14 +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 reach out if you have or find the answers we need so + that we can 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..5591dbd4 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +# ProBot Stale (https://probot.github.io/apps/stale/) + +daysUntilStale: 120 +daysUntilClose: 7 +exemptLabels: + - accepted +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. Thank you + for your contributions. ![](https://feross.net/s/cats/18.gif) +closeComment: false