From 8d12dfe63df3250d7ff979ed5e261cc13b26a1f9 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 6 May 2021 09:14:45 +0200 Subject: [PATCH] add a message when bot close a staled issue Signed-off-by: Matthieu Gallien --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b80f9a81181fa..753aa56d2e536 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,4 +18,6 @@ jobs: stale-issue-message: 'This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!' + close-issue-message: "This bug report is getting automatically closed due to no answer + since the issue has been staled. Thank you!" exempt-all-pr-milestones: true