From 84b359c50c330b1dfeace6966089a91d4d0840e5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 May 2018 15:04:32 -0700 Subject: [PATCH 1/5] ProBot Request Info --- .github/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..154b45c6 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,6 @@ +# 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) + From b64a8884b2e433305ec9628c935f5753e26f75d2 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 May 2018 15:04:39 -0700 Subject: [PATCH 2/5] ProBot Welcome --- .github/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/config.yml b/.github/config.yml index 154b45c6..72ac2b2d 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -4,3 +4,11 @@ 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) From 94af1fdd813a2e6bfd63728c66732aff8ee2ed9d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 May 2018 15:04:46 -0700 Subject: [PATCH 3/5] ProBot Lock Threads --- .github/lock.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/lock.yml 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) From a8754f8aac00dbe953b152f140e1114e4e5443ca Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 May 2018 15:04:53 -0700 Subject: [PATCH 4/5] ProBot No Response --- .github/no-response.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/no-response.yml 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) From eaa55a097fa896c941e8135b157975d97ab7e8b7 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 May 2018 15:04:57 -0700 Subject: [PATCH 5/5] ProBot Stale --- .github/stale.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/stale.yml 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