[aw] Increase Code Radiator safe-outputs patch limit to prevent ENOBUFS on large merge PRs#25831
Open
Copilot wants to merge 2 commits into
Open
[aw] Increase Code Radiator safe-outputs patch limit to prevent ENOBUFS on large merge PRs#25831Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Co-authored-by: rolfbjarne <249268+rolfbjarne@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix incomplete result reported by Code Radiator
[aw] Increase Code Radiator safe-outputs patch limit to prevent ENOBUFS on large merge PRs
Jun 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Code Radiator workflow safe-outputs configuration to allow larger generated patches, preventing ENOBUFS failures when processing very large PRs (e.g., main → net11.0 merges).
Changes:
- Increased safe-outputs patch size limit from
10240to51200in the workflow source configuration. - Regenerated/applied the same limit update in the locked workflow to keep runtime behavior aligned (both config.json generation and handler env config).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/code-radiator.md | Raises safe-outputs.max-patch-size to 51200. |
| .github/workflows/code-radiator.lock.yml | Raises max_patch_size to 51200 for create_pull_request and push_to_pull_request_branch in both embedded configs. |
This was
linked to
issues
Jun 29, 2026
rolfbjarne
approved these changes
Jun 29, 2026
dalexsoto
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code Radiator reported an incomplete result because
create_pull_requestfailed while processing a largemain -> net11.0merge. The merge commit was prepared, but safe-outputs failed duringformat-patchwithENOBUFSdue to patch output size.What changed
10240to51200.Files updated
.github/workflows/code-radiator.md.github/workflows/code-radiator.lock.ymlConfiguration update
max-patch-size/max_patch_size:10240→51200create_pull_requestpush_to_pull_request_branch