Update stale.yaml

pull/1463/head
d8ahazard 2024-02-17 09:55:42 -06:00 committed by GitHub
parent f005c0e9f3
commit 30bfbc289a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ jobs:
- uses: actions/stale@main
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 5 days with no activity. Remove stale label or comment or this will be closed in 5 days'
stale-issue-message: 'This issue is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in 30 days'
days-before-stale: 14
days-before-close: 5
days-before-close: 30
exempt-issue-labels: 'blocked,must,should,keep,enhancement'
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}