Skip to content

Commit b29564c

Browse files
authored
Create no-response.yml
1 parent f44bec5 commit b29564c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/no-response.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# Configuration for probot-no-response - https://github.com/probot/no-response
3+
4+
# Number of days of inactivity before an issue is closed for lack of response
5+
daysUntilClose: 7
6+
7+
# Label requiring a response
8+
responseRequiredLabel: Pending Feedback
9+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
10+
closeComment: >
11+
This issue has been automatically closed since we haven't heard back from
12+
you. Please feel free to reopen the issue if you have more information
13+
to add.

0 commit comments

Comments
 (0)