Skip to content

Commit

Permalink
Also increase days-before-stale to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Jan 10, 2025
1 parent ff83fbc commit 9df820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
exempt-pr-labels: No Autoclose

# Issue timing
days-before-stale: 30
days-before-stale: 60
days-before-close: 30

repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9df820b

Please sign in to comment.