Skip to content

Commit

Permalink
chore(stale bot): bumps stale period to better align with maintainer …
Browse files Browse the repository at this point in the history
…availability
  • Loading branch information
sverweij authored Feb 15, 2025
1 parent 0ebae97 commit eea753a
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 @@ -10,8 +10,8 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 9
days-before-close: 3
days-before-stale: 16
days-before-close: 6
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs."
stale-issue-label: "stale"
exempt-issue-labels: "bug,enhancement,good first issue,needs_fix_upstream,PR welcome,question"
Expand Down

0 comments on commit eea753a

Please sign in to comment.