]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Auto close "Status: Feedback requested" after a month
authorKjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Sun, 30 Aug 2020 21:09:54 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Aug 2020 21:09:54 +0000 (14:09 -0700)
This commit closes issues labeled with:
"Status: Feedback requested" after 1 month, if the
label is not removed or the author has not responded

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Closes #10807
Closes #10808

.github/no-response.yml [new file with mode: 0644]

diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644 (file)
index 0000000..ef2656e
--- /dev/null
@@ -0,0 +1,13 @@
+# Configuration for probot-no-response - https://github.com/probot/no-response
+
+# Number of days of inactivity before an Issue is closed for lack of response
+daysUntilClose: 31
+# Label requiring a response
+responseRequiredLabel: "Status: Feedback requested"
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
+closeComment: >
+  This issue has been automatically closed because there has been no response
+  to our request for more information from the original author. With only the
+  information that is currently in the issue, we don't have enough information
+  to take action. Please reach out if you have or find the answers we need so
+  that we can investigate further.