diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-04-25 14:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 14:34:37 +0200 |
commit | 3ebe08952c07154b3042d2194b5146fbaf734cbe (patch) | |
tree | c73f151e883244e80aad6bd5d6f02d10768ad125 /.github/no-response.yml | |
parent | 21e3d6490496573f25ef77fe8172766ac7d1a736 (diff) | |
parent | 9a7d16c00163c421d2c9f3cb2783c76633860336 (diff) |
Merge branch 'master' into the-great-makeover
Diffstat (limited to '.github/no-response.yml')
-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..9c4bbaa --- /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: 21 +# 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. |