From 059380d1376e636e160ac47e606c289655c7e585 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 21 Oct 2024 17:49:52 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- .github/scripts/propose_ghstack_orig_pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/propose_ghstack_orig_pr.py b/.github/scripts/propose_ghstack_orig_pr.py index b6706f6c9eb..c8a99ddc7b8 100644 --- a/.github/scripts/propose_ghstack_orig_pr.py +++ b/.github/scripts/propose_ghstack_orig_pr.py @@ -112,7 +112,7 @@ def create_prs_for_orig_branch(pr_stack: List[int], repo: Repository): existing_orig_pr = repo.get_pulls( head="pytorch:" + orig_branch_merge_head, base=orig_branch_merge_base, - state="open", + state="all", ) if existing_orig_pr.totalCount > 0: print(