Skip to content

Update docs#79

Open
rdietrick wants to merge 7 commits intomainfrom
rdietrick-docs-update
Open

Update docs#79
rdietrick wants to merge 7 commits intomainfrom
rdietrick-docs-update

Conversation

@rdietrick
Copy link
Copy Markdown
Collaborator

  • Added commands for setting GitHub secrets for branch prefixes.

Added commands for setting GitHub secrets for branch prefixes.
Copilot AI review requested due to automatic review settings March 29, 2026 03:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the “Getting Started” documentation to explain how to configure branch-prefix values via the GitHub CLI.

Changes:

  • Added gh secret set commands for ISSUE_BRANCH_PREFIX and RELEASE_BRANCH_PREFIX.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| Issue | issue- | ISSUE_BRANCH_PREFIX |
| Release | REL- | RELEASE_BRANCH_PREFIX |

You can assign thes values above using the GitHub CLI with the following commands:
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct typo: 'thes' → 'these'.

Copilot uses AI. Check for mistakes.
| Issue | issue- | ISSUE_BRANCH_PREFIX |
| Release | REL- | RELEASE_BRANCH_PREFIX |

You can assign thes values above using the GitHub CLI with the following commands:
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
rdietrick and others added 6 commits March 29, 2026 07:06
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants