From 63d866a1d2f382cb7114852b73f63c5a1d429df1 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:05 -0700 Subject: [PATCH 1/6] ProBot Request Info --- .github/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..477fd949 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,7 @@ +# 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' + From 20faf7133803f1db43b082f0f5f19d2284784b15 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:11 -0700 Subject: [PATCH 2/6] ProBot Welcome --- .github/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/config.yml b/.github/config.yml index 477fd949..3978c164 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -5,3 +5,11 @@ requestInfoReplyComment: > 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) From bcb3551a0abd8304884160726013c8cf7dce2998 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:15 -0700 Subject: [PATCH 3/6] ProBot WIP --- .github/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/config.yml b/.github/config.yml index 3978c164..78069022 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -13,3 +13,7 @@ newPRWelcomeComment: > 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) From e2d2420aa2dade24c3754c67b344509dc20a5cbd Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:21 -0700 Subject: [PATCH 4/6] ProBot Lock --- .github/lock.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/lock.yml 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 From 7fb471feb13bd10a5751042567d1918184ca21f9 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:26 -0700 Subject: [PATCH 5/6] ProBot No Response --- .github/no-response.yml | 11 +++++++++++ 1 file changed, 11 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..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) From 0aef294df9de9026b9ae38805809f70663a08374 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 May 2018 20:15:38 -0700 Subject: [PATCH 6/6] ProBot Stale --- .github/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/stale.yml 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