We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 661dfaa + a63446a commit cc55316Copy full SHA for cc55316
.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: 1
5
+# Label requiring a response
6
+responseRequiredLabel: Missing Information
7
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8
+closeComment: >
9
+ This issue has been automatically closed because the information we asked
10
+ to be provided when opening it was not supplied by the original author.
11
+ With only the information that is currently in the issue, we don't have
12
+ enough information to take action.
0 commit comments