From e6a4354777ba5640a38f6d66df0365ff3137038a Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Thu, 17 Dec 2020 06:04:56 -0500 Subject: [PATCH] Update close-stale-issues.yml Fix heading spacing --- .../.github/workflows/close-stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/.github/workflows/close-stale-issues.yml b/plugins/woocommerce-blocks/.github/workflows/close-stale-issues.yml index eb3cda96ac8..8f34d3d7f2a 100644 --- a/plugins/woocommerce-blocks/.github/workflows/close-stale-issues.yml +++ b/plugins/woocommerce-blocks/.github/workflows/close-stale-issues.yml @@ -16,7 +16,7 @@ jobs: days-before-close: 20 remove-stale-when-updated: true exempt-issue-labels: 'priority: critical,priority: high' - 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.

######Internal: After 10 days with no activity this issue will be automatically be closed." - stale-pr-message: "This PR 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 pull requests that have slipped through review.

######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 - otherwise it will automatically be closed after 10 days." + 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.

###### Internal: After 10 days with no activity this issue will be automatically be closed." + stale-pr-message: "This PR 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 pull requests that have slipped through review.

###### 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 - otherwise it will automatically be closed after 10 days." stale-issue-label: 'stale' stale-pr-label: 'stale'