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 ac4dc45 commit b10b46bCopy full SHA for b10b46b
.github/no-response.yml
@@ -0,0 +1,16 @@
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: 14
5
6
+# Label requiring a response.
7
+responseRequiredLabel: "needs-info"
8
9
+# Comment to post when closing an Issue for lack of response.
10
+closeComment: >-
11
+ Without additional information we're not able to resolve this issue,
12
+ so it will be closed at this time. You're still free to add more info
13
+ and respond to any questions above, though. We'll reopen the case
14
+ if you do.
15
16
+ Thanks for your contribution!
.github/workflows/no-response.yaml
0 commit comments