Streamline Github workflows so tickets stay open longer.

This commit is contained in:
Knutwurst
2023-04-23 21:43:36 +02:00
parent fb281baa27
commit 9f93a2cc5d
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} 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.' 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-stale: 300
days-before-close: 5 days-before-close: 30
stale-issue-label: 'stale-closing-soon' stale-issue-label: 'stale-closing-soon'
exempt-issue-labels: 'T: Feature Request' exempt-issue-labels: 'T: Feature Request'

View File

@@ -21,7 +21,7 @@ jobs:
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
process-only: 'issues' process-only: 'issues'
issue-lock-inactive-days: '60' issue-lock-inactive-days: '300'
issue-exclude-created-before: '' issue-exclude-created-before: ''
issue-exclude-labels: 'no-locking' issue-exclude-labels: 'no-locking'
issue-lock-labels: '' issue-lock-labels: ''