From 6960ae656112b5a5249673db2aaa80e13c4b94c7 Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Wed, 29 Nov 2023 15:55:47 -0500 Subject: [PATCH] Update close-stale-issues.yml workflow to update stale label. --- .github/workflows/close-stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index de9ff1696f5..5894297538c 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -20,5 +20,5 @@ jobs: exempt-pr-labels: 'priority: critical,priority: high,Epic,type: technical debt,category: refactor,type: documentation,plugin incompatibility' stale-issue-message: "This issue has been marked as `stale` because it has not seen any activity within the past 60 days. Our team uses this tool to help surface issues for review. If you are the author of the issue there's no need to comment as it will be looked at." stale-pr-message: "This PR has been marked as `stale` because it has not seen any activity within the past 7 days. Our team uses this tool to help surface pull requests that have slipped through review. \n\n###### If deemed still relevant, the pr can be kept active by ensuring it's up to date with the main branch and removing the stale label." - stale-issue-label: 'stale' - stale-pr-label: 'stale' + stale-issue-label: 'status: stale' + stale-pr-label: 'status: stale'