dart-sdk/.github/no-response.yml
Devon Carew 16e721573c Add no-response bot configuration.
Change-Id: I01cf29f1e26b2eaa97ce20416e61a325f3ca0d4b
Reviewed-on: https://dart-review.googlesource.com/c/78281
Reviewed-by: Kevin Moore <kevmoo@google.com>
2018-10-05 22:21:06 +00:00

17 lines
631 B
YAML

# 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: "need-info"
# Comment to post when closing an Issue for lack of response.
closeComment: >-
Without additional information, we are unfortunately not sure how to
resolve this issue. We are therefore reluctantly going to close this
bug for now. Please don't hesitate to comment on the bug if you have
any more information for us; we will reopen it right away!
Thanks for your contribution.