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
📦 Repo-Memory Patch Size Exceeded: The repo-memory push failed because the memory data is too large.
Affected memories:default
To allow larger memory snapshots, increase max-patch-size in your workflow's repo-memory front matter (value in bytes):
repo-memory:
- id: defaultmax-patch-size: 51200# Example: 5x the default limit (in bytes, default: 10240, max: 102400)
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/26184107476
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Daily Code Metrics and Trend Tracking Agent
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/26184107476
📦 Repo-Memory Patch Size Exceeded: The repo-memory push failed because the memory data is too large.
Affected memories:
defaultTo allow larger memory snapshots, increase
max-patch-sizein your workflow'srepo-memoryfront matter (value in bytes):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-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 daily-code-metrics failure in https://github.com/github/gh-aw/actions/runs/26184107476Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: