Skip to content

ci: increase stale workflow operations-per-run to 250#1922

Merged
mnriem merged 1 commit intogithub:mainfrom
mnriem:spec-kit-worktree-2
Mar 20, 2026
Merged

ci: increase stale workflow operations-per-run to 250#1922
mnriem merged 1 commit intogithub:mainfrom
mnriem:spec-kit-worktree-2

Conversation

@mnriem
Copy link
Collaborator

@mnriem mnriem commented Mar 20, 2026

Increases operations-per-run from 100 to 250 in the stale issues/PRs workflow to process more items per run.

The workflow already had workflow_dispatch enabled for manual triggering.

Copilot AI review requested due to automatic review settings March 20, 2026 19:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflow responsible for marking/closing stale issues and PRs to process more items per run.

Changes:

  • Increase operations-per-run for actions/stale@v10 from 100 to 250.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -39,4 +39,4 @@ jobs:
any-of-labels: ''

# Operations per run (helps avoid rate limits)
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment above operations-per-run says it "helps avoid rate limits"; increasing this value makes the cap less protective and can increase API usage. Consider updating the comment to reflect that this is a cap to limit API operations (and that raising it trades off against rate-limit safety).

Suggested change
# Operations per run (helps avoid rate limits)
# Maximum operations per run to cap API usage; increasing this trades off against rate-limit safety

Copilot uses AI. Check for mistakes.
@mnriem mnriem merged commit a7606c0 into github:main Mar 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants