Skip to content

Commit

Permalink
change word
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 30, 2024
1 parent d6969ff commit b785d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library_generation/generate_pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def __combine_commit_messages(
is_monorepo: bool,
) -> str:
messages = [
f"This pull request is generated with proto changes between {commit_link(baseline_commit)} (exclusive) and {commit_link(current_commit)} (inclusive).\n",
f"This pull request is generated with proto changes between {commit_link(baseline_commit)} (exclusive) "
f"and {commit_link(current_commit)} (inclusive).",
]

messages.extend(
Expand Down

0 comments on commit b785d96

Please sign in to comment.