5
0
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:
Lea Anthony 2025-05-14 20:55:08 +10:00
parent 582ad826b8
commit 44fcdf9ad7
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -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