diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-24 23:42:21 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-24 23:42:21 +0200 |
commit | ffe13443e7085f25f20447e7d1aec5569a01df5c (patch) | |
tree | e0284bb06158ddd6e1e2293506f295e3b82d2671 | |
parent | ab640a5dae582467910c250f38fa79293ddb35c8 (diff) |
implement probot no-response
-rw-r--r-- | .github/no-response.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 0000000..983af83 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,13 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +# Number of days of inactivity before an Issue is closed for lack of response +daysUntilClose: 14 +# Label requiring a response +responseRequiredLabel: user_pending +# Comment to post when closing an Issue for lack of response. Set to `false` to disable +closeComment: > + This issue has been automatically closed because there has been no response + to our request for more information from the original author. The information + that is currently in the issue is insufficient to take further action. + Feel free to re-open this issue if additional information becomes available, + or if you believe it has been closed in error. |