Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/propose_ghstack_orig_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def create_prs_for_orig_branch(pr_stack: List[int], repo: Repository):
for i in range(len(pr_stack)):
pr = repo.get_pull(pr_stack[i])
if not pr.is_merged():
# add some comment
pass
# Check for invariant: For the current PR, it must be gh/user/x/base <- gh/user/x/head
assert pr.base.ref.replace("base", "head") == pr.head.ref
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ghstack_land.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Propose to merge ghstack orig PRs to main
on:
pull_request:
types: [open, synchronize, closed]
branches:
- 'gh/cccclai/[0-9]+/base'
- 'gh/dbort/[0-9]+/base'
Expand Down
Loading