Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
ezyang committed Nov 27, 2024
1 parent 6f32174 commit 2d3c2b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ghstack/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,9 @@ def run(self) -> List[DiffMeta]:
raise RuntimeError(
"Cowardly refusing to handle a stack with more than eight PRs. "
"You are likely to get rate limited by GitHub if you try to create or "
"manipulate this many PRs. You can bypass this throttle using --force"
"manipulate this many PRs. To submit a single diff from your stack, "
"run `ghstack --no-stack HEAD` (replace HEAD with the desired commit ID). "
"To YOLO the entire stack, pass --force"
)

# This is not really accurate if you're doing a fancy pattern;
Expand Down

0 comments on commit 2d3c2b4

Please sign in to comment.