Skip to content

Commit 5a521b5

Browse files
committed
Update
[ghstack-poisoned]
1 parent b65f2af commit 5a521b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/propose_ghstack_orig_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def create_prs_for_orig_branch(pr_stack: List[int], repo: Repository):
8787
for i in range(len(pr_stack)):
8888
pr = repo.get_pull(pr_stack[i])
8989
if not pr.is_merged():
90+
# add some comment
9091
pass
9192
# Check for invariant: For the current PR, it must be gh/user/x/base <- gh/user/x/head
9293
assert pr.base.ref.replace("base", "head") == pr.head.ref

0 commit comments

Comments
 (0)