Preserve existing JSON formatting in automated submission PRs#588
Merged
Conversation
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/7e52c2b7-7fa1-4363-8530-1618aab4d3de Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
webprofusion-chrisc
May 18, 2026 07:02
View session
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.
Issue-template submissions were rewriting the full target JSON file, especially normalizing
frameworksarrays across all entries. That created formatting churn in every generated PR and turned unrelated follow-up submissions into merge conflicts.Workflow write path
prettier.format(JSON.stringify(data))output with source-preserving insertion logic inprocess-submission.yml.Minimal JSON patch behavior
name, so generated PRs remain focused to the submitted record.Safety checks