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
🔀 Patch Apply Failed: The patch could not be applied to the current state of the repository. This is typically caused by a merge conflict between the agent's changes and recent commits on the target branch.
Failed Operations:
push_to_pull_request_branch: Failed to apply patch
📋 Apply the patch manually
# Download the patch artifact from the workflow run
gh run download 24706343319 -n agent -D /tmp/agent-24706343319
# List available patches
ls /tmp/agent-24706343319/*.patch
# Create a new branch (adjust as needed)
git checkout -b aw/manual-apply
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-24706343319/YOUR_PATCH_FILE.patch
# If there are conflicts, resolve them and continue (or abort):# git am --continue# git am --abort# Push and create a pull request
git push origin aw/manual-apply
gh pr create --head aw/manual-apply
Assign this issue to Copilot using the agentic-workflows sub-agent to automatically debug and fix the workflow failure.
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/microsasa/cli-tools/actions/runs/24706343319
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Review Responder
Branch: main
Run: https://github.com/microsasa/cli-tools/actions/runs/24706343319
🔀 Patch Apply Failed: The patch could not be applied to the current state of the repository. This is typically caused by a merge conflict between the agent's changes and recent commits on the target branch.
Failed Operations:
push_to_pull_request_branch: Failed to apply patch📋 Apply the patch manually
The patch artifact is available at: View run and download artifacts
Action Required
Assign this issue to Copilot using the
agentic-workflowssub-agent to automatically debug and fix the workflow failure.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-workflowsprompt from.github/agents/agentic-workflows.agent.mdor https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.mddebug the agentic workflow review-responder failure in https://github.com/microsasa/cli-tools/actions/runs/24706343319Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: