[aw] Raise Semantic Function Refactoring turn budget to prevent invocation-cap failures - #49886
Merged
Merged
Conversation
…ap failures Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix workflow failure for semantic function refactoring
[aw] Raise Semantic Function Refactoring turn budget to prevent invocation-cap failures
Aug 3, 2026
pelikhan
marked this pull request as ready for review
August 3, 2026 04:08
Contributor
There was a problem hiding this comment.
🟢 Ready to approve
The source and generated workflow changes are consistent and directly address the reported invocation-cap failure.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Raises the Semantic Function Refactoring workflow’s invocation limit to address #49883.
Changes:
- Increases
max-turnsfrom 30 to 50. - Regenerates runtime configuration while preserving AI credit limits.
File summaries
| File | Description |
|---|---|
.github/workflows/semantic-function-refactor.md |
Raises the source workflow turn cap. |
.github/workflows/semantic-function-refactor.lock.yml |
Applies the new cap to generated runtime settings. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scheduled Semantic Function Refactoring workflow failed because the Claude engine exhausted its invocation budget before completing (
invocation_cap_exceeded). This change increases the workflow’s turn budget so routine analysis runs can finish within configured guardrails.Workflow guardrail adjustment
.github/workflows/semantic-function-refactor.md:max-turns: 30→max-turns: 50max-ai-credits,max-daily-ai-credits) unchanged.Compiled workflow sync
.github/workflows/semantic-function-refactor.lock.ymlso runtime execution reflects the updated cap (--max-turns 50in the engine invocation).