From 81801efecd102aba30ad5f739be166ba86ab5b8f Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 28 Dec 2020 20:31:35 +0000 Subject: [PATCH] Update stale bot --- .github/workflows/stale-issues.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index af952329..2c33591a 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -10,11 +10,13 @@ jobs: - uses: jvalkeal/stale@v3-patch1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 1460 + days-before-stale: 60 days-before-close: 7 - stale-issue-message: 'This issue is stale because it has been open 1460 days with no activity. Remove status/stale label or comment or this will be closed in 7 days' + stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove status/stale label or comment or this will be closed in 7 days' close-issue-message: 'Closing stale issue due to inactivity' stale-issue-label: status/stale close-issue-label: status/closed-as-stale exempt-issue-labels: status/on-hold + operations-per-run: 5 + ascending: true debug-only: true