increase timelimits for github issue triage

This commit is contained in:
tjex 2024-10-24 12:24:23 +02:00
parent 16fc98ce3d
commit aa9b346f2b

View File

@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/stale@v4
with:
days-before-stale: 30
days-before-stale: 60
days-before-issue-close: 5
days-before-issue-close: 14
stale-issue-label: 'stale'
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'