You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engine Max Runs Exceeded: The claude engine hit the workflow max runs guardrail and could not continue.
This signal was detected from engine runtime logs.
What to do next
Increase workflow max-runs if the task legitimately needs more model invocations.
Reduce per-run model calls by simplifying prompts, limiting retries, or breaking work into smaller steps.
Review the run logs to identify repeated loops or retries that consumed invocation budget unexpectedly.
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/28294042025
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Avenger
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/28294042025
Warning
Engine Max Runs Exceeded: The
claudeengine hit the workflow max runs guardrail and could not continue.This signal was detected from engine runtime logs.
What to do next
max-runsif the task legitimately needs more model invocations.Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow avenger failure in https://github.com/github/gh-aw/actions/runs/28294042025Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: