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 a6cf5c9 commit 9810b3eCopy full SHA for 9810b3e
.github/no-response.yml
@@ -0,0 +1,12 @@
1
+# Configuration for probot-no-response - https://github.com/probot/no-response
2
+
3
+# Number of days of inactivity before an issue is closed for lack of response
4
+daysUntilClose: 7
5
6
+# Label requiring a response
7
+responseRequiredLabel: Pending Feedback
8
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
9
+closeComment: >
10
+ This issue has been automatically closed since we haven't heard back from
11
+ back from. Please feel free to reopen the issue if you have more information
12
+ to add.
0 commit comments