From f4906274e129913406ee3449a6e98064b1eb3c48 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sun, 19 Mar 2023 12:46:59 +0100 Subject: [PATCH] chore(workflows/stale): update close message (#13188) --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1f035a7d146..6e9944677fd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days' - close-issue-message: "This issue was closed because it has been inactive for 19 days since being marked as stale." + close-issue-message: "This issue was closed because it has been inactive for 19 days and has been marked as stale." days-before-stale: 14 days-before-close: 5 - any-of-labels: can't reproduce,help,needs clarification \ No newline at end of file + any-of-labels: can't reproduce,help,needs clarification