forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno-response.yml
More file actions
15 lines (13 loc) · 821 Bytes
/
no-response.yml
File metadata and controls
15 lines (13 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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: 14
# Label requiring a response
responseRequiredLabel: article-url-needed
# 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 the article URL from the original author. To continue the
discussion, please open a new issue that is associated with a topic by browsing
to the topic on docs.microsoft.com and choosing **Content feedback** at the bottom.
Thank you for your feedback.
