Skip to content

Commit

Permalink
Update stale_bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shogunpurple authored Jan 15, 2025
1 parent 6d4f02c commit c502a27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c502a27

Please sign in to comment.