From cdf5401f21c92fd2dd477f6f39cfb3db2de0d977 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Thu, 2 May 2024 14:03:59 -0400 Subject: [PATCH] chore(ci): fix stale action commenting "false" before closing issues/PRs --- .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 192461488fe..f5642d8c9ad 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,5 +14,5 @@ jobs: stale-issue-label: wontfix stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. - close-issue-message: false - close-pr-message: false + close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.' + close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.'