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.
2 parents 160bf09 + b5782d5 commit b3d53acCopy full SHA for b3d53ac
.github/no-response.yml
@@ -0,0 +1,11 @@
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: 21
5
+# Label requiring a response
6
+responseRequiredLabel: "more info required"
7
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8
+closeComment: >
9
+ Without additional information, we are unfortunately not sure how to
10
+ resolve this issue. Therefore this issue has been automatically closed.
11
+ Feel free to comment with additional details and we can re-open this issue.
0 commit comments