Make stale bot use 60 days for PRs and issues (https://github.com/woocommerce/woocommerce-admin/pull/6152)
This commit is contained in:
parent
fdb1a4c7e3
commit
592a4f2491
|
@ -11,8 +11,7 @@ jobs:
|
|||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-issue-stale: 90
|
||||
days-before-pr-stale: 30
|
||||
days-before-stale: 60
|
||||
days-before-close: 5
|
||||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
|
||||
stale-pr-message: 'This PR has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
|
||||
|
@ -20,7 +19,7 @@ jobs:
|
|||
close-pr-message: 'This PR was automatically closed due to being stale.'
|
||||
stale-pr-label: 'status: stale'
|
||||
stale-issue-label: 'status: stale'
|
||||
exempt-issue-labels: 'cooldown period,priority: high,priority: critical'
|
||||
debug-only: true
|
||||
operations-per-run: 500
|
||||
exempt-issue-labels: 'cooldown period,priority: high,priority: critical'
|
||||
ascending: true
|
||||
|
|
Loading…
Reference in New Issue