Increase close-after-stale from 7 to 30 days (#2111)

Giving 7 days to react before closing is too aggressive, IMO. Changed it
to 30.

Also changed 'stale' label from 30d to 60d.

Also removed dry-run setting, it does not appear to do anything.
This commit is contained in:
Denis Bilenko 2025-01-10 10:32:39 +01:00 committed by GitHub
parent 6d3b4159bd
commit f2c4cae9f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,8 @@ jobs:
exempt-pr-labels: No Autoclose
# Issue timing
days-before-stale: 30
days-before-close: 7
days-before-stale: 60
days-before-close: 30
repo-token: ${{ secrets.GITHUB_TOKEN }}
loglevel: DEBUG
# TODO: Remove dry-run after merge when confirmed it works correctly
dry-run: true