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 2f04035 commit 7d84a20Copy full SHA for 7d84a20
src/ghstack/submit.py
@@ -167,9 +167,7 @@ def strip_mentions(body: str) -> str:
167
return RE_MENTION.sub(r"\1", body)
168
169
170
-STACK_HEADER = (
171
- "Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom)"
172
-)
+STACK_HEADER = f"Stack from [ghstack](https://github.com/ezyang/ghstack/tree/{ghstack.__version__}) (oldest at bottom)"
173
174
175
def starts_with_bullet(body: str) -> bool:
0 commit comments