From 29b64992bde21154ab2a7a21b7c051b625d80f07 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 12 Aug 2018 00:20:03 -0700 Subject: [PATCH] Enable stale and no-response bots to reduce inactive issues --- .github/no-response.yml | 8 ++++++++ .github/stale.yml | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/no-response.yml create mode 100644 .github/stale.yml diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 00000000..156bc9e0 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,8 @@ +# 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 was no response to a + request for more information from the issue opener. Please leave a comment or + open a new issue if you have additional information related to this issue. diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..df9115c2 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,14 @@ +# ProBot Stale (https://probot.github.io/apps/stale/) + +daysUntilStale: 90 +daysUntilClose: 7 +exemptLabels: + - accepted + - bug + - enhancement + - meta +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