dart-sdk/.github/no-response.yml
Paul Berry 4d8e48c339 Fix probot configuration to point to the "needs-info" label.
This should cause issues tagged with "needs-info" to be automatically
closed if the original issue author doesn't respond within 21 days.  I
believe this was Devon's intent in
16e721573c, but due to a typo it had no
effect (the "need-info" label is not used).

After landing this CL I will remove the "need-info" label and update
https://github.com/dart-lang/sdk/wiki/How-the-issue-tracker-works#other-labels
accordingly.

Change-Id: I613d29aca47be6e4c03a90e526b710d3c5dca847
Reviewed-on: https://dart-review.googlesource.com/c/87483
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2018-12-20 21:26:57 +00:00

17 lines
632 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: "needs-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.