Minor docs updates - #343
Merged
skarim merged 4 commits intoJul 29, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to accurately explain non-atomic stack pushes and the 100-PR limit.
Changes:
- Documents per-branch force-with-lease behavior.
- Clarifies partial push outcomes and retries.
- Adds the 100-PR stack limit.
Show a summary per file
| File | Description |
|---|---|
skills/gh-stack/SKILL.md |
Updates agent guidance for push and submit. |
README.md |
Revises push behavior documentation. |
docs/src/content/docs/reference/cli.md |
Updates CLI push reference. |
docs/src/content/docs/guides/workflows.md |
Clarifies rebase/push workflow behavior. |
docs/src/content/docs/faq.md |
Documents the stack size limit. |
cmd/push.go |
Corrects push command help and comment. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 3
- Review effort level: Medium
skarim
changed the base branch from
skarim/rebase-onto-amended-commits
to
skarim/sync-server-rebases
July 28, 2026 22:35
skarim
force-pushed
the
skarim/docs-minor-updates
branch
3 times, most recently
from
July 29, 2026 02:16
986dd96 to
6620a7b
Compare
skarim
changed the base branch from
skarim/sync-server-rebases
to
skarim/rebase-onto-amended-commits
July 29, 2026 10:50
skarim
force-pushed
the
skarim/docs-minor-updates
branch
from
July 29, 2026 10:50
266f465 to
c6d87ee
Compare
talum
approved these changes
Jul 29, 2026
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.
--force-with-leasechecks and partial-success retry behavior.gh stack pushpushes only active branches — excluding merged and queued branches — across the README,gh stack pushhelp text, and agent skill.pull_request.openedwebhook never carries astackobject (a PR is added to a stack only after it's opened) and that thestackedaction is the event that signals stack membership — added an intro note and strengthened thestackedsection in the Webhooks reference, plus a new FAQ entry.Stack created with GitHub Stacks CLI • Give Feedback 💬