docs(stacks): add checkout command and --base option#10985
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 👀 Review RequirementsWaiting for:
or
or
This rule is failing.
🔴 🔎 ReviewsWaiting for:
This rule is failing.
🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Adds documentation for additional Mergify Stacks CLI workflows aimed at team collaboration and non-default branching, expanding the Stacks docset with guidance on checking out an existing stack and creating stacks from an alternative base branch.
Changes:
- Documented
mergify stack checkoutas a way to pick up a teammate’s pushed stack locally. - Documented
mergify stack new --baseto start a stack from a non-mainbase (e.g., a release branch).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/content/docs/stacks/team.mdx | Adds a new “Working on Someone Else’s Stack” section describing stack checkout. |
| src/content/docs/stacks/creating.mdx | Adds a short snippet showing stack new --base usage for non-default bases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ba23c30 to
0b521e2
Compare
0b521e2 to
9e321a7
Compare
Pull request has been modified.
9e321a7 to
0e666c8
Compare
0e666c8 to
8ac7d97
Compare
8ac7d97 to
081aa98
Compare
src/content/docs/stacks/team.mdx
Outdated
| pair, or continue the work), use `checkout`: | ||
|
|
||
| ```bash | ||
| mergify stack checkout |
There was a problem hiding this comment.
it make no sense to checkout without branch arg
it make me realize that the option is not marked as required at the cli level
There was a problem hiding this comment.
Good catch. Fixed, added --branch argument to the example.
Document `mergify stack checkout` for team collaboration (picking up a teammate's stack locally) and `--base` option for branching from non-default branches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Change-Id: I16a5449f6585ed4e5e06f02055740c93857dcd6c Claude-Session-Id: a911b6ad-5466-48a4-b4d3-85198ebc7c28
081aa98 to
0ba0a7f
Compare
Document
mergify stack checkoutfor team collaboration (picking upa teammate's stack locally) and
--baseoption for branching fromnon-default branches.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Claude-Session-Id: a911b6ad-5466-48a4-b4d3-85198ebc7c28