diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index 94d20200a..f6a5515ec 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -31,7 +31,7 @@ jobs: days-before-issue-stale: 7 days-before-issue-close: 7 stale-issue-label: "Stale" - stale-issue-message: "This issue is stale because it has been open for 7 days with no activity." + stale-issue-message: "This issue has been marked as stale due to 7 days of inactivity. If no further activity occurs within the next 7 days, it will be automatically closed." close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1