Skip to content

Commit

Permalink
chore: increase stale timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 4, 2023
1 parent b6bf59a commit 2977485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2977485

Please sign in to comment.