chore: increase stale timeout

This commit is contained in:
koenkk
2023-12-04 20:46:56 +01:00
parent b6bf59ae3f
commit 2977485e2c

View File

@@ -12,5 +12,5 @@ jobs:
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 or comment or this will be closed in 7 days'
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
days-before-stale: 30
days-before-close: 7
days-before-stale: 180
days-before-close: 30