From 634705759779eb3ede51e6a07a9af76918d34be6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 4 Nov 2022 13:55:08 +0200 Subject: Add PR body --- ghpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghpr.py b/ghpr.py index ce96278..4e9a124 100644 --- a/ghpr.py +++ b/ghpr.py @@ -21,5 +21,5 @@ with open(path, "r") as f: run(["git", "add", f"names/{fn}.yml"]) run(["git", "commit", "-m", f"Add {domain}"]) run(["git", "push", "-u", "origin", domain]) - run(["gh", "pr", "create", "-f"]) + run(["gh", "pr", "create", "-t", f"Add {domain}", "-b", f"Hey @{handle}, would you like to merge this PR adding you to https://namehack.club?"]) run(["git", "checkout", "main"]) -- cgit v1.3.1