Skip to content

fix(workflow-health-manager): increase repo-memory max-patch-size#21070

Merged
pelikhan merged 2 commits intomainfrom
copilot/debug-workflow-health-manager
Mar 15, 2026
Merged

fix(workflow-health-manager): increase repo-memory max-patch-size#21070
pelikhan merged 2 commits intomainfrom
copilot/debug-workflow-health-manager

Conversation

Copy link
Contributor

Copilot AI commented Mar 15, 2026

The Workflow Health Manager was failing because accumulated memory data exceeded the default max-patch-size limit of 10,240 bytes, causing the repo-memory push to be rejected.

Changes

  • workflow-health-manager.md: Added max-patch-size: 51200 (5× default) to the repo-memory frontmatter config
  • workflow-health-manager.lock.yml: Recompiled to reflect the updated config
repo-memory:
  branch-name: memory/meta-orchestrators
  file-glob: "**"
  max-file-size: 102400  # 100KB
  max-patch-size: 51200  # 5x the default limit (default: 10240)

Copilot AI and others added 2 commits March 15, 2026 12:39
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI linked an issue Mar 15, 2026 that may be closed by this pull request
@pelikhan pelikhan marked this pull request as ready for review March 15, 2026 13:27
Copilot AI review requested due to automatic review settings March 15, 2026 13:27
@pelikhan pelikhan merged commit 863f932 into main Mar 15, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/debug-workflow-health-manager branch March 15, 2026 13:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the Workflow Health Manager’s repo-memory configuration to prevent repo-memory pushes from being rejected when accumulated memory updates exceed the default patch-size limit.

Changes:

  • Increased tools.repo-memory.max-patch-size to 51200 in the workflow frontmatter.
  • Recompiled the workflow lockfile so the generated constraints/config reflect the new patch-size limit.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/workflow-health-manager.md Raises repo-memory max-patch-size to accommodate larger accumulated memory updates.
.github/workflows/workflow-health-manager.lock.yml Regenerated compiled workflow to propagate the new max_patch_size value into runtime env/config.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Workflow Health Manager - Meta-Orchestrator failed

3 participants