From b28f40a70ba5f4e9c21505c8435c56aaa072febf Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Thu, 9 Oct 2025 17:03:52 +0200 Subject: [PATCH] fix(ci): correct message from "close-inactive" job (#24391) Following https://github.com/strapi/strapi/issues/15524#issuecomment-3297276502 --- .github/workflows/close_stale_issues.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 4a21064342..5c902a3700 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -25,21 +25,20 @@ jobs: days-before-pr-close: -1 # PRs disabled operations-per-run: 100 stale-issue-message: | - stale-issue-message: | - 👋 Hello, and thank you for helping us to make Strapi better! + 👋 Hello, and thank you for helping us to make Strapi better! - As part of our effort to keep the issue tracker focused and manageable, we are reviewing older reports. - This issue has been inactive for a while. To ensure we spend our limited resources effectively, we are prioritizing: - - Active issues related to Strapi v5 - - Issues with recent engagement - - Issues that are not duplicates of others + As part of our effort to keep the issue tracker focused and manageable, we are reviewing older reports. + This issue has been inactive for a while. To ensure we spend our limited resources effectively, we are prioritizing: + - Active issues related to Strapi v5 + - Issues with recent engagement + - Issues that are not duplicates of others - This issue will be automatically closed in **14 days** unless there is new activity. - 👉 If this is still relevant: - - Please add a comment with any updates. - - If the problem also exists in **Strapi v5**, we encourage you to open (or link to) a v5 issue. + This issue will be automatically closed in **14 days** unless there is new activity. + 👉 If this is still relevant: + - Please add a comment with any updates. + - If the problem also exists in **Strapi v5**, we encourage you to open (or link to) a v5 issue. - Thank you for helping us improve Strapi! 🙏 + Thank you for helping us improve Strapi! 🙏 close-issue-message: | This issue has been closed due to inactivity as part of our backlog review.