summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-04 13:55:08 +0200
committerYuval Adam <_@yuv.al>2022-11-04 13:55:08 +0200
commit634705759779eb3ede51e6a07a9af76918d34be6 (patch)
tree498052c91c15dc18acfa2543fcb339a36e159d04
parent0b09c1cffc7a22a5645c996da06f6396691753c4 (diff)
Add PR body
-rw-r--r--ghpr.py2
1 files changed, 1 insertions, 1 deletions
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"])