mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
4d8e48c339
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>
16 lines
632 B
YAML
16 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.
|