Skip to content

Commit

Permalink
improve commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 20, 2024
1 parent 852bd32 commit 4f27209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def __accept_patch(patch: Patch, conn: PoolConnectionProxy[Record], auth:
f"https://next.bgm.tv/p1/wiki/subjects/{patch.subject_id}",
headers={"Authorization": f"Bearer {auth.access_token}"},
json={
"commitMessage": f"patch from {patch.from_user_id}: {patch.description}",
"commitMessage": f"{patch.description} [patch https://patch.bgm38.com/patch/{patch.id}]",
"expectedRevision": __strip_none(
{
"infobox": patch.original_infobox,
Expand Down

0 comments on commit 4f27209

Please sign in to comment.