Skip to content

[aw] Auto API Docs Writer failed #188

Description

@github-actions

Workflow Failure

Workflow: Auto API Docs Writer
Branch: mattleibow-fix-api-docs-workflow
Run: https://github.com/mono/SkiaSharp-API-docs/actions/runs/30890029927
Pull Request: #186

📦 Patch Size Exceeded: The code push was rejected because the generated patch is too large.

Target Pull Request: #186

Errors:

  • create_pull_request: Patch size (1854 KB) exceeds maximum allowed size (1024 KB)

To allow larger patches, increase max-patch-size in your workflow's front matter (value in KB):

safe-outputs:
  create-pull-request:
    max-patch-size: 2048  # Example: double the default limit (in KB, default: 1024)
📥 Download the oversized patch to inspect or apply manually
# Download the patch artifact from the workflow run
gh run download 30890029927 -n agent -D /tmp/agent-30890029927

# List available patches
ls /tmp/agent-30890029927/*.patch

# Inspect the patch
cat /tmp/agent-30890029927/YOUR_PATCH_FILE.patch | head -100

# Optionally apply the patch manually on a new branch
git checkout -b aw/manual-apply
git am --3way /tmp/agent-30890029927/YOUR_PATCH_FILE.patch
git push origin aw/manual-apply
gh pr create --head aw/manual-apply

The patch artifact is available at: View run and download artifacts

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/mono/SkiaSharp-API-docs/actions/runs/30890029927
Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.

Tip

Stop reporting this workflow as a failure

To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:

safe-outputs:
  report-failure-as-issue: false

Generated from Auto API Docs Writer · 549.9 AIC ·

  • expires on Aug 11, 2026, 8:21 AM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions