Skip to content

Commit

Permalink
chore: improve stale options (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Aug 20, 2024
1 parent b4fb476 commit da3e384
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/bot_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +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: 15
days-before-stale: 0
days-before-close: 15
stale-issue-label: 'stale'
stale-pr-label: 'stale'
remove-stale-when-updated: true
delete-branch: false
enable-statistics: true
exempt-issue-labels: 'enhancement,feature request'
exempt-issue-labels: 'enhancement,feature request,bug,priority'

0 comments on commit da3e384

Please sign in to comment.