From 204878709a17632b02ca9309886ad3f1b8ef3825 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 25 Nov 2024 14:01:56 +0900 Subject: [PATCH] Update .github/workflows/close-stale-issues.yml: correct the stale message for PRs Signed-off-by: Suguru Hirahara --- .github/workflows/close-stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 5612e7cc7..3a799821b 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -39,7 +39,7 @@ jobs: ###################################################################### days-before-pr-stale: '365' days-before-pr-close: '30' - stale-pr-message: 'This PR is stale because it has been open a year with no activity. Remove stale label or this will be closed in 30 days. To exempt the PR from being marked as stale again due to inactivity, add "confirmed" label.' + stale-pr-message: 'This PR is stale because it has not been provided with required information or its conflicts have not been fixed over a year. Remove stale label or this will be closed in 30 days. To exempt the PR from being marked as stale again due to inactivity, add "confirmed" label.' close-pr-message: 'This PR was closed because it has been stalled for 30 days with no activity.' stale-pr-label: 'stale' # Add this label to exempt the PR from being marked as stale due to inactivity