mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#10333 Applies the same fix for stale PRs: increase operations, process ascending
This commit is contained in:
parent
181601a1e5
commit
9bc29ceabd
3
.github/workflows/repo-stale.yaml
vendored
3
.github/workflows/repo-stale.yaml
vendored
@ -42,7 +42,8 @@ jobs:
|
|||||||
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
|
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
operations-per-run: 75
|
ascending: true
|
||||||
|
operations-per-run: 150
|
||||||
# The merge conflict action will remove the label when updated
|
# The merge conflict action will remove the label when updated
|
||||||
remove-stale-when-updated: false
|
remove-stale-when-updated: false
|
||||||
days-before-stale: -1
|
days-before-stale: -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user