From b9cc81e5fc279708570f7475fbfebdabe11ad148 Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:11:00 +0000 Subject: [PATCH] [ci][no-response] Reduce the daysUntilClose to 14 --- .github/workflows/no-response.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index 1ffaeebb6..511622e1a 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -34,6 +34,6 @@ jobs: the related ones. Thanks for your contribution. # Number of days of inactivity before an issue is closed for lack of response. - daysUntilClose: 21 + daysUntilClose: 14 # Label requiring a response. responseRequiredLabel: "waiting for customer response"