diff options
| author | Yuval Adam <_@yuv.al> | 2022-11-04 13:55:08 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-11-04 13:55:08 +0200 |
| commit | 634705759779eb3ede51e6a07a9af76918d34be6 (patch) | |
| tree | 498052c91c15dc18acfa2543fcb339a36e159d04 | |
| parent | 0b09c1cffc7a22a5645c996da06f6396691753c4 (diff) | |
Add PR body
| -rw-r--r-- | ghpr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]) |
