From e7f83c083af6c23538aac72fd1adad0a77ff1d3e Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 11 Feb 2025 15:02:59 -0800 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 7e1ac964a11..53b796adaa3 100644 --- a/.github/scripts/propose_ghstack_orig_pr.py +++ b/.github/scripts/propose_ghstack_orig_pr.py @@ -101,7 +101,7 @@ def create_prs_for_orig_branch(pr_stack: List[int], repo: Repository): # gh/user/x/orig is the clean diff between gh/user/x/base <- gh/user/x/head orig_branch_merge_head = pr.base.ref.replace("base", "orig") bot_metadata = f"""This PR was created by the merge bot to help merge the original PR into the main branch. -ghstack PR number: https://github.com/pytorch/executorch/pull/{pr.number} +ghstack PR number: https://github.com/pytorch/executorch/pull/{pr.number} by @{pr.user.login} ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/{pr.base.ref} ghstack PR head: https://github.com/pytorch/executorch/tree/{pr.head.ref}