Streamline Github workflows so tickets stay open longer.
This commit is contained in:
4
.github/workflows/close-stale.yml
vendored
4
.github/workflows/close-stale.yml
vendored
@@ -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'
|
||||||
|
2
.github/workflows/lock-closed.yml
vendored
2
.github/workflows/lock-closed.yml
vendored
@@ -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: ''
|
||||||
|
Reference in New Issue
Block a user