Update close-stale-issues.yml

Fix quotes in yml
This commit is contained in:
Darren Ethier 2020-12-16 16:12:40 -05:00 committed by GitHub
parent 2369006de5
commit 2443e9082f
1 changed files with 2 additions and 2 deletions

View File

@ -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. <br><br>######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. <br><br>######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. <br><br>######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. <br><br>######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'