Skip to content

Commit

Permalink
jellyfin#10333 Increases operations per run to work around no cache s…
Browse files Browse the repository at this point in the history
…tate between runs
  • Loading branch information
jacobslusser committed Oct 21, 2023
1 parent df7032b commit 181601a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/repo-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stale Check

on:
schedule:
- cron: '30 */12 * * *'
- cron: '30 1 * * *'
workflow_dispatch:

permissions:
Expand All @@ -19,11 +19,12 @@ jobs:
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
ascending: true
days-before-stale: 120
days-before-pr-stale: -1
days-before-close: 21
days-before-pr-close: -1
operations-per-run: 75
operations-per-run: 500
exempt-issue-labels: regression,security,roadmap,future,feature,enhancement,confirmed
stale-issue-label: stale
stale-issue-message: |-
Expand Down

0 comments on commit 181601a

Please sign in to comment.