Skip to content

Increase max-patch-size for LabelOps PR Maintenance workflow#19726

Open
Copilot wants to merge 3 commits into
mainfrom
copilot/aw-fix-patch-size-exceeded
Open

Increase max-patch-size for LabelOps PR Maintenance workflow#19726
Copilot wants to merge 3 commits into
mainfrom
copilot/aw-fix-patch-size-exceeded

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

LabelOps failed on PR #15107 because the patch from resolving .bsl merge conflicts was 9788 KB, exceeding the default 1024 KB limit. Baseline files routinely produce multi-MB diffs — the default cap is not meaningful for this workflow.

  • Set max-patch-size: 10240 (10 MB, compiler maximum) under safe-outputs in labelops-pr-maintenance.md
  • Recompiled lock file via gh aw compile
safe-outputs:
  max-patch-size: 10240
  push-to-pull-request-branch:
    target: "*"
    max: 5
    protected-files: fallback-to-issue

LabelOps resolving merge conflicts in .bsl baseline files can produce
patches of many megabytes. The default 1024 KB limit is too restrictive.
Set to maximum allowed value of 10240 KB (10 MB).

Fixes #18204

Agent-Logs-Url: https://github.com/dotnet/fsharp/sessions/2ab60227-7344-4950-a54e-ce17e8c45c90

Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix patch size exceeded error in PR maintenance Increase max-patch-size for LabelOps PR Maintenance workflow May 13, 2026
Copilot AI requested a review from T-Gro May 13, 2026 09:09
Copilot finished work on behalf of T-Gro May 13, 2026 09:09
@github-actions github-actions Bot added the AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed label May 13, 2026
@github-actions

This comment has been minimized.

@T-Gro T-Gro marked this pull request as ready for review May 14, 2026 09:58
@T-Gro T-Gro requested a review from a team as a code owner May 14, 2026 09:58
@T-Gro T-Gro requested a review from abonie May 14, 2026 09:59
@github-actions
Copy link
Copy Markdown
Contributor

✅ No release notes required

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Tooling Safety Check — Bypassed (non-fork)

(scanned-sha)6021d9b33497b2e589293ea00be1a24df9eab925(/scanned-sha)

Generated by PR Tooling Safety Check · ● 1.5M ·

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

Labels

AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

[aw] LabelOps — PR Maintenance failed

2 participants