docs/batches: Document batchChanges.restrictMergeToAdmins setting#1581
Open
keegancsmith wants to merge 2 commits intomainfrom
Open
docs/batches: Document batchChanges.restrictMergeToAdmins setting#1581keegancsmith wants to merge 2 commits intomainfrom
keegancsmith wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bahrmichael
reviewed
Feb 3, 2026
bahrmichael
reviewed
Feb 3, 2026
Adds documentation for the new batchChanges.restrictMergeToAdmins site config option which restricts merge and auto-merge actions to site admins only. This is useful when using the Batch Changes GitHub App with elevated access, where the App may have write permissions to repositories that individual users do not. See sourcegraph/sourcegraph#9559 Note: This PR should only be merged once Sourcegraph 6.13 is released. Amp-Thread-ID: https://ampcode.com/threads/T-019c2344-7386-702e-8b12-7ec2de618f53 Co-authored-by: Amp <amp@ampcode.com>
088e28c to
564ed57
Compare
…ommit signing The reviewer correctly pointed out that the GitHub App links should direct users to the credentials setup page rather than the commit signing section, since the context is about configuring GitHub App credentials with elevated access, not commit signing. Test Plan: Verified links point to /batch-changes/configuring-credentials#github-apps Amp-Thread-ID: https://ampcode.com/threads/T-019c98c8-5f5c-73b9-bea8-e7d43529910c Co-authored-by: Amp <amp@ampcode.com>
Member
Author
|
@sourcegraph/code-plane ping for review please. |
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.
Adds documentation for the new
batchChanges.restrictMergeToAdminssite config option which restricts merge and auto-merge actions to site admins only. This is useful when using the Batch Changes GitHub App with elevated access, where the App may have write permissions to repositories that individual users do not.See sourcegraph/sourcegraph#9559
Note: This PR should only be merged once Sourcegraph 6.13 is released.