Skip to content

[deep-report] Raise Avenger max-turns to 50 to prevent max-turn exits#35789

Merged
pelikhan merged 4 commits into
mainfrom
copilot/deep-report-unblock-avenger
May 29, 2026
Merged

[deep-report] Raise Avenger max-turns to 50 to prevent max-turn exits#35789
pelikhan merged 4 commits into
mainfrom
copilot/deep-report-unblock-avenger

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 29, 2026

Avenger has been consistently exiting on isMaxTurnsExit=true because its CI triage flow exceeds the current 25-turn ceiling before reaching actionable failure analysis. This change increases the turn budget to unblock completion of the scheduled repair loop.

  • Workflow frontmatter update

    • Increased Avenger’s Claude engine turn limit in .github/workflows/avenger.md from 25 to 50.
  • Compiled workflow regeneration

    • Recompiled .github/workflows/avenger.lock.yml so runtime invocation and environment wiring reflect the new limit (including --max-turns 50 and GH_AW_MAX_TURNS: 50).
engine:
  id: claude
  max-turns: 50
  agent: ci-cleaner

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

Hey @copilot-swe-agent 👋 — thanks for picking up the Avenger max-turns update! The change is clearly scoped and follows the core-team agent workflow perfectly. A couple of things to address before this is ready for review:

  • No diff yet — the PR is still a [WIP] draft with 0 lines changed. The checklist shows the actual file edits (.github/workflows/avenger.md + regenerated avenger.lock.yml) haven't landed yet. Push the changes so reviewers have something concrete to look at.
  • Missing PR description — the body is an agent task checklist, not a human-readable summary of what is changing and why (e.g., "Avenger is hitting the turn limit during deep-report runs; bumping max-turns to 50 unblocks it"). Add a short prose paragraph above the checklist.

If you'd like a hand finishing this up, assign the following prompt to your coding agent:

Complete the [WIP] PR #35789 in github/gh-aw:
1. Open `.github/workflows/avenger.md` and add `max-turns: 50` in the appropriate configuration block.
2. Regenerate `.github/workflows/avenger.lock.yml` using the project's compile/lock command (check the Makefile or DEVGUIDE.md for the exact command).
3. Run the project's lint/build/test suite to confirm no regressions.
4. Update the PR body to include a short prose description: what file is changing, what the new value is, and why (unblock Avenger from hitting the turn limit).
5. Mark the PR as ready for review (remove the [WIP] prefix and convert from draft).

Generated by ✅ Contribution Check · sonnet46 2.5M ·

Copilot AI changed the title [WIP] Update max turns for Avenger to 50 [deep-report] Raise Avenger max-turns to 50 to prevent max-turn exits May 29, 2026
Copilot AI requested a review from gh-aw-bot May 29, 2026 21:34
@pelikhan pelikhan marked this pull request as ready for review May 29, 2026 22:22
Copilot AI review requested due to automatic review settings May 29, 2026 22:22
Copy link
Copy Markdown
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

This PR raises the Avenger scheduled CI fixer’s Claude turn budget to reduce isMaxTurnsExit=true failures during longer repair/triage runs.

Changes:

  • Updates Avenger workflow frontmatter from max-turns: 25 to 50.
  • Regenerates the compiled lock workflow with --max-turns 50 and GH_AW_MAX_TURNS: 50.
Show a summary per file
File Description
.github/workflows/avenger.md Raises the configured Claude turn limit for Avenger.
.github/workflows/avenger.lock.yml Reflects the regenerated runtime workflow for the new max-turns setting.

Copilot's findings

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

engine:
id: claude
max-turns: 25
max-turns: 50
@pelikhan pelikhan merged commit 21ac1c1 into main May 29, 2026
16 of 17 checks passed
@pelikhan pelikhan deleted the copilot/deep-report-unblock-avenger branch May 29, 2026 22:42
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.

[deep-report] Unblock Avenger: raise max-turns to 50 (stuck 5 days, 100% fail)

4 participants