-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Workflow Failure
Workflow: Integration Data Updater
Branch: main
Run: https://github.com/microsoft/aspire.dev/actions/runs/23423416618
🔀 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:
create_pull_request: Failed to apply patch
To manually apply the patch:
# Download the patch artifact from the workflow run
gh run download 23423416618 -n agent-artifacts -D /tmp/agent-artifacts-23423416618
# List available patches
ls /tmp/agent-artifacts-23423416618/*.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-artifacts-23423416618/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-applyThe patch artifact is available at: View run and download artifacts
Action Required
Option 1: Debug using 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/microsoft/aspire.dev/actions/runs/23423416618
Option 2: Assign this issue to Copilot
Assign this issue to Copilot using the agentic-workflows sub-agent to automatically debug and fix the workflow failure.
Option 3: Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsprompt from.github/agents/agentic-workflows.agent.mdor https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.md - Type
debug the agentic workflow update-integration-data failure in https://github.com/microsoft/aspire.dev/actions/runs/23423416618
Tip
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
safe-outputs:
report-failure-as-issue: falseGenerated from Integration Data Updater · ◷
- expires on Mar 30, 2026, 5:57 AM UTC