From 5a521b5998501302b6c42ea2155e2a769400113c Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Sun, 20 Oct 2024 22:52:14 -0700 Subject: [PATCH 1/2] Update [ghstack-poisoned] --- .github/scripts/propose_ghstack_orig_pr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/propose_ghstack_orig_pr.py b/.github/scripts/propose_ghstack_orig_pr.py index 06e1bd5a3c1..d156a7f1df9 100644 --- a/.github/scripts/propose_ghstack_orig_pr.py +++ b/.github/scripts/propose_ghstack_orig_pr.py @@ -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 From 0f5f6d8dd3f431910c685612b774e04a53181b3f Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Sun, 20 Oct 2024 23:00:40 -0700 Subject: [PATCH 2/2] Update [ghstack-poisoned] --- .github/workflows/ghstack_land.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghstack_land.yml b/.github/workflows/ghstack_land.yml index 72dabe75bad..ead52b7f2ec 100644 --- a/.github/workflows/ghstack_land.yml +++ b/.github/workflows/ghstack_land.yml @@ -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'