GitHub Stale Action: Tweak message for stale activity and bump close boundary (https://github.com/woocommerce/woocommerce-blocks/pull/3550)
* Tweak message for stale activity and bump close boundary Temporarily, bump the close boundary to 20 days to cover the holiday period. * revert bump to 90 days
This commit is contained in:
parent
e1c5ec4020
commit
9071cc3a80
|
@ -13,10 +13,10 @@ jobs:
|
|||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 60
|
||||
days-before-close: 10
|
||||
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. Remove the `stale` label or post a comment, otherwise it will be closed in 10 days.'
|
||||
stale-pr-message: 'This PR has been marked as `stale` because it has not seen any activity within the past 60 days. Is it still relevant? Please remove the `stale` label or post a comment, otherwise it will be closed in 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'
|
||||
|
|
Loading…
Reference in New Issue