docs/batches: document grouped changeset titles#1797
Open
keegancsmith wants to merge 1 commit into
Open
Conversation
Grouped changesets can now use transformChanges.group.title to give each generated PR a more specific title. Document the field in the YAML reference and the large-repository walkthrough so users can discover it alongside the existing branch and repository overrides. Amp-Thread-ID: https://ampcode.com/threads/T-019f13df-c011-7583-b01e-8ea599dc2cda Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bobheadxi
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.
Grouped changesets can now customize each generated PR title with
transformChanges.group.title, so the public Batch Changes docs should describe the field alongside the existingdirectory,branch, andrepositorygroup options.This updates the YAML reference and the large-repository walkthrough with the new optional field, including the
steps.pathbehavior for group-title rendering.Implementation PR: sourcegraph/sourcegraph#13641