summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"])