#10333 Increases operations per run to work around no cache state between runs
This commit is contained in:
parent
df7032b09e
commit
181601a1e5
5
.github/workflows/repo-stale.yaml
vendored
5
.github/workflows/repo-stale.yaml
vendored
|
@ -2,7 +2,7 @@ name: Stale Check
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 */12 * * *'
|
||||
- cron: '30 1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
@ -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: |-
|
||||
|
|
Loading…
Reference in New Issue
Block a user