We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f3e71 commit 5da0250Copy full SHA for 5da0250
src/ghstack/land.py
@@ -168,7 +168,9 @@ def main(
168
# TODO: regex here so janky
169
base_ref = re.sub(r"/orig$", "/base", orig_ref)
170
head_ref = re.sub(r"/orig$", "/head", orig_ref)
171
- sh.git("push", remote_name, f"{remote_name}/{head_ref}:refs/heads/{base_ref}")
+ sh.git(
172
+ "push", remote_name, f"{remote_name}/{head_ref}:refs/heads/{base_ref}"
173
+ )
174
github.notify_merged(pr_resolved)
175
176
# All good! Push!
0 commit comments