Skip to content

Commit

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

messages.extend(
Expand Down

0 comments on commit febc7f9

Please sign in to comment.