We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f32174 commit 7f6f186Copy full SHA for 7f6f186
ghstack/submit.py
@@ -471,7 +471,9 @@ def run(self) -> List[DiffMeta]:
471
raise RuntimeError(
472
"Cowardly refusing to handle a stack with more than eight PRs. "
473
"You are likely to get rate limited by GitHub if you try to create or "
474
- "manipulate this many PRs. You can bypass this throttle using --force"
+ "manipulate this many PRs. To submit a single diff from your stack, "
475
+ "run `ghstack --no-stack HEAD` (replace HEAD with the desired commit ID). "
476
+ "To YOLO the entire stack, pass --force"
477
)
478
479
# This is not really accurate if you're doing a fancy pattern;
0 commit comments