From 592a4f249157e96cd02276f1071e2911dd0e16ac Mon Sep 17 00:00:00 2001 From: Sam Seay Date: Fri, 22 Jan 2021 16:47:52 +1300 Subject: [PATCH] Make stale bot use 60 days for PRs and issues (https://github.com/woocommerce/woocommerce-admin/pull/6152) --- plugins/woocommerce-admin/.github/workflows/stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/woocommerce-admin/.github/workflows/stale.yml b/plugins/woocommerce-admin/.github/workflows/stale.yml index 7d8df716628..f87d882ba7a 100644 --- a/plugins/woocommerce-admin/.github/workflows/stale.yml +++ b/plugins/woocommerce-admin/.github/workflows/stale.yml @@ -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