Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
operations-per-run: 100
operations-per-run: 250
Loading