Open
Conversation
Collaborator
rdietrick
commented
Mar 29, 2026
- Added commands for setting GitHub secrets for branch prefixes.
Added commands for setting GitHub secrets for branch prefixes.
There was a problem hiding this comment.
Pull request overview
Updates the “Getting Started” documentation to explain how to configure branch-prefix values via the GitHub CLI.
Changes:
- Added
gh secret setcommands forISSUE_BRANCH_PREFIXandRELEASE_BRANCH_PREFIX.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/Getting Started.md
Outdated
| | Issue | issue- | ISSUE_BRANCH_PREFIX | | ||
| | Release | REL- | RELEASE_BRANCH_PREFIX | | ||
|
|
||
| You can assign thes values above using the GitHub CLI with the following commands: |
There was a problem hiding this comment.
Correct typo: 'thes' → 'these'.
docs/Getting Started.md
Outdated
| | Issue | issue- | ISSUE_BRANCH_PREFIX | | ||
| | Release | REL- | RELEASE_BRANCH_PREFIX | | ||
|
|
||
| You can assign thes values above using the GitHub CLI with the following commands: |
There was a problem hiding this comment.
These branch prefix values don’t appear sensitive. Consider using GitHub Actions variables (e.g., gh variable set ...) instead of secrets, or add a brief note explaining why they must be secrets (e.g., if workflows read them from secrets.*). This helps avoid masking non-sensitive config and aligns intent with GitHub’s recommended separation of secrets vs configuration.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added command to configure repository for decomposed profiles.
Added command to set repo secret for Salesforce DevHub username.
add github cli commands and updated docs
add gh cli commands
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.