Skip to content

Commit 7961871

Browse files
committed
max stack size
1 parent 0f48eda commit 7961871

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/content/docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Use `gh stack add <branch-name>` to add a new branch on top of the current stack
3333

3434
You can also add PRs to an existing stack from the GitHub UI — either a brand-new PR or an already-open PR (via the recommendation banner), added to the top of the stack. See [Adding to an Existing Stack](/gh-stack/guides/ui/#adding-to-an-existing-stack) for details.
3535

36+
### How many PRs can a stack contain?
37+
38+
A stack can contain up to **100 pull requests**. If your work requires more than 100 PRs, split it into multiple stacks.
39+
3640
### How can I modify my stack?
3741

3842
Use `gh stack modify` to restructure a stack. It opens an interactive terminal UI where you can reorder, drop, fold (combine), insert, and rename branches — then applies all changes at once. See the [Restructuring Stacks](/gh-stack/guides/modify/) guide for a full walkthrough.

0 commit comments

Comments
 (0)