Skip to content

Commit

Permalink
Increase close-after-stale from 7 to 30 days
Browse files Browse the repository at this point in the history
Giving 7 days to react is too quick, IMO.

Also removed dry-run setting, it does not appear to do anything.
  • Loading branch information
denik committed Jan 10, 2025
1 parent a0455bc commit ff83fbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:

# Issue timing
days-before-stale: 30
days-before-close: 7
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

0 comments on commit ff83fbc

Please sign in to comment.