From 43c4d0d5ee03a7406b4f91421efbc393b3903bca Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 30 Jul 2022 15:57:43 -0400 Subject: [PATCH] [U] Update PR format --- accept-upstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accept-upstream.py b/accept-upstream.py index fdc6a599..43f48577 100644 --- a/accept-upstream.py +++ b/accept-upstream.py @@ -43,7 +43,7 @@ if __name__ == '__main__': print() print('Merging fetch_head...') os.system(f'git merge FETCH_HEAD --no-ff --no-edit ' - f'-m "[PR] Merge pull request {upstream}#{pr} from {user}:{head_br}" ' + f'-m "[PR] {upstream}#{pr} from {user} - {info["title"]}" ' f'-m "Upstream PR: https://github.com/{upstream}/pull/{pr} \nThanks to @{user}"') # Create GitHub Pull Request