mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-20 19:09:29 +08:00
Increase stale workflow operations limit
This commit is contained in:
parent
582ad826b8
commit
44fcdf9ad7
4
.github/workflows/stale-issues.yml
vendored
4
.github/workflows/stale-issues.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
days-before-stale: 45
|
days-before-stale: 45
|
||||||
days-before-close: 10
|
days-before-close: 10
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
operations-per-run: 50 # Limits API calls per run
|
operations-per-run: 250 # Increased from 50 to 250
|
||||||
|
|
||||||
# Issue specific settings
|
# Issue specific settings
|
||||||
stale-issue-message: |
|
stale-issue-message: |
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
# Only process issues, not PRs
|
# Only process issues, not PRs
|
||||||
only-labels: ''
|
only-labels: ''
|
||||||
any-of-labels: ''
|
any-of-labels: ''
|
||||||
only-issue-labels: ''
|
remove-stale-when-updated: true
|
||||||
|
|
||||||
# Debug options
|
# Debug options
|
||||||
debug-only: false # Set to true to test without actually marking issues
|
debug-only: false # Set to true to test without actually marking issues
|
||||||
|
Loading…
Reference in New Issue
Block a user