Skip to content

Commit

Permalink
chore: improve stale options
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Aug 20, 2024
1 parent da3e384 commit b55c122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bot_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
close-pr-message: 'This PR has been closed due to inactivity for 15 days.'
stale-issue-message: ''
stale-pr-message: ''
days-before-stale: 0
days-before-close: 15
days-before-stale: 13
days-before-close: 2
delete-branch: false
enable-statistics: true
exempt-issue-labels: 'enhancement,feature request,bug,priority'

0 comments on commit b55c122

Please sign in to comment.