From fcd5c1214bd6f23455b95d8bedc6bae3c07eb0dc Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Mon, 1 Feb 2021 12:32:13 +0800 Subject: [PATCH] chore: Add configuration file for No Response bot --- .github/no-response.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/no-response.yml diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 00000000..14bbe279 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,4 @@ +daysUntilClose: 14 +responseRequiredLabel: need more info +closeComment: > + This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.