Update stale_bot.yml
This commit is contained in:
parent
6d4f02c994
commit
c502a27b8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue