Skip to content

[aw] Raise Daily yamllint Fixer turn budget to prevent max-runs exhaustion#42411

Merged
pelikhan merged 2 commits into
mainfrom
copilot/debug-daily-yamllint-fixer-again
Jun 30, 2026
Merged

[aw] Raise Daily yamllint Fixer turn budget to prevent max-runs exhaustion#42411
pelikhan merged 2 commits into
mainfrom
copilot/debug-daily-yamllint-fixer-again

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

The Daily yamllint Fixer workflow was failing in the agent phase despite successful yamllint setup/execution because the run exhausted its LLM invocation budget (max_runs_exceeded at 60/60). This change increases the agent turn budget so the fixer can complete its analysis/edit loop on normal daily runs.

  • Workflow budget update

    • Increased max-turns in daily-yamllint-fixer.md from 60 to 120.
  • Generated workflow sync

    • Recompiled daily-yamllint-fixer.lock.yml so the runtime harness now launches with the updated --max-turns 120 value.
# .github/workflows/daily-yamllint-fixer.md
-max-turns: 60
+max-turns: 120

Copilot AI linked an issue Jun 30, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix workflow failure in daily yamllint fixer [aw] Raise Daily yamllint Fixer turn budget to prevent max-runs exhaustion Jun 30, 2026
Copilot AI requested a review from pelikhan June 30, 2026 05:14
@pelikhan pelikhan marked this pull request as ready for review June 30, 2026 05:17
Copilot AI review requested due to automatic review settings June 30, 2026 05:17
@pelikhan pelikhan merged commit 1ffa6eb into main Jun 30, 2026
@pelikhan pelikhan deleted the copilot/debug-daily-yamllint-fixer-again branch June 30, 2026 05:17
Copilot stopped reviewing on behalf of pelikhan due to an error June 30, 2026 05:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Increase the allowed number of agent turns/runs for the “daily yamllint fixer” workflow to reduce premature stopping during longer fix sessions.

Changes:

  • Bump max-turns from 60 → 120 in the workflow source.
  • Regenerate/update the workflow lock file to reflect maxRuns / GH_AW_MAX_TURNS = 120.
Show a summary per file
File Description
.github/workflows/daily-yamllint-fixer.md Updates the workflow config to allow more agent turns.
.github/workflows/daily-yamllint-fixer.lock.yml Updates generated/locked workflow output so runtime settings match the new turn limit.

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines 15 to +17
engine:
id: claude
max-turns: 60
max-turns: 120
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.

[aw] Daily yamllint Fixer failed

3 participants