From 2d3c2b47e12e5ffa67677fe9688dd56ff2daec59 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 27 Nov 2024 06:19:51 -0800 Subject: [PATCH] Update [ghstack-poisoned] --- ghstack/submit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghstack/submit.py b/ghstack/submit.py index 59b8835..57580bd 100644 --- a/ghstack/submit.py +++ b/ghstack/submit.py @@ -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;