From 4d8e48c3392d3fa6ae94241dc03d60e9e21f8fda Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 20 Dec 2018 21:26:57 +0000 Subject: [PATCH] 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 16e721573c2ca95ebe1b5aef4d243276a4f894a2, 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 Commit-Queue: Paul Berry --- .github/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/no-response.yml b/.github/no-response.yml index 6db0fdf0e36..81cec3e284b 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -4,7 +4,7 @@ daysUntilClose: 21 # Label requiring a response. -responseRequiredLabel: "need-info" +responseRequiredLabel: "needs-info" # Comment to post when closing an Issue for lack of response. closeComment: >-