Update stale_bot.yml

This commit is contained in:
Martin McKeaveney 2025-01-15 15:30:16 +00:00 committed by GitHub
parent 6d4f02c994
commit c502a27b8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v8
with:
days-before-stale: 330
operations-per-run: 1
operations-per-run: 30
# stale rules for PRs
days-before-pr-stale: 7
stale-issue-label: stale
@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v8
with:
operations-per-run: 3
operations-per-run: 50
# stale rules for high priority bugs
days-before-stale: 30
only-issue-labels: bug,High priority
@ -30,7 +30,7 @@ jobs:
- uses: actions/stale@v8
with:
operations-per-run: 3
operations-per-run: 50
# stale rules for medium priority bugs
days-before-stale: 90
only-issue-labels: bug,Medium priority
@ -39,7 +39,7 @@ jobs:
- uses: actions/stale@v8
with:
operations-per-run: 3
operations-per-run: 50
# stale rules for all bugs
days-before-stale: 180
stale-issue-label: stale