We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44bec5 commit b29564cCopy full SHA for b29564c
.github/no-response.yml
@@ -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