From 64d252199c8c781f53e70a3c050cee3f7f603545 Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Fri, 4 Oct 2024 15:33:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8C=20[just]=20will=20github=20let=20u?= =?UTF-8?q?s=20override=20the=20title=3F=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5fe3278..13556f5 100644 --- a/justfile +++ b/justfile @@ -43,7 +43,7 @@ pr: on_a_branch git stp git pushup #gh pr create --title "{{last_commit_message}}" --body "{{last_commit_message}} (Automated in justfile.)" - gh pr create --fill-verbose + gh pr create --fill-verbose --title "{{last_commit_message}}" # PR merge and return to main branch merge: on_a_branch