From 4edcaa6eaba05851fe6c6aff19642c6e8d551780 Mon Sep 17 00:00:00 2001 From: Larpoux Date: Sat, 2 Mar 2024 11:26:36 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4133ed712..e73091b27 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,6 +16,6 @@ jobs: days-before-stale: 365 days-before-close: 7 stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days.' - stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days' + stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Leave a comment or this will be closed in 7 days' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'