From 9f93a2cc5d233221b482a8d89162981b98630342 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:43:36 +0200 Subject: [PATCH] Streamline Github workflows so tickets stay open longer. --- .github/workflows/close-stale.yml | 4 ++-- .github/workflows/lock-closed.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 9e747a62..2d65e924 100755 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -21,7 +21,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.' - days-before-stale: 30 - days-before-close: 5 + days-before-stale: 300 + days-before-close: 30 stale-issue-label: 'stale-closing-soon' exempt-issue-labels: 'T: Feature Request' diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 1a320119..7178796e 100755 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -21,7 +21,7 @@ jobs: with: github-token: ${{ github.token }} process-only: 'issues' - issue-lock-inactive-days: '60' + issue-lock-inactive-days: '300' issue-exclude-created-before: '' issue-exclude-labels: 'no-locking' issue-lock-labels: ''