File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def open_pr(
6060
6161 # Start constructing the body text
6262 body = []
63- body .append (f'Merging { source_branch_short_sha } into { target_branch } .' )
63+ body .append (f'Merging { source_branch_short_sha } into ` { target_branch } ` .' )
6464
6565 body .append ('' )
6666 body .append (f'Conductor for this PR is @{ conductor } .' )
@@ -92,7 +92,7 @@ def open_pr(
9292 'branch to resolve the merge conflicts.' )
9393 body .append (' - [ ] Ensure the CHANGELOG displays the correct version and date.' )
9494 body .append (' - [ ] Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.' )
95- body .append (f' - [ ] Check that there are not any unexpected commits being merged into the { target_branch } branch.' )
95+ body .append (f' - [ ] Check that there are not any unexpected commits being merged into the ` { target_branch } ` branch.' )
9696 body .append (' - [ ] Ensure the docs team is aware of any documentation changes that need to be released.' )
9797
9898 if not is_primary_release :
You can’t perform that action at this time.
0 commit comments