0e6a7aaac0
This commit closes issues labeled with: "Status: Feedback requested" after 1 month, if the label is not removed or the author has not responded Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Closes #10807 Closes #10808
14 lines
710 B
YAML
14 lines
710 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: 31
|
|
# Label requiring a response
|
|
responseRequiredLabel: "Status: Feedback requested"
|
|
# 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. With only the
|
|
information that is currently in the issue, we don't have enough information
|
|
to take action. Please reach out if you have or find the answers we need so
|
|
that we can investigate further.
|