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(
60
60
61
61
# Start constructing the body text
62
62
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 } ` .' )
64
64
65
65
body .append ('' )
66
66
body .append (f'Conductor for this PR is @{ conductor } .' )
@@ -92,7 +92,7 @@ def open_pr(
92
92
'branch to resolve the merge conflicts.' )
93
93
body .append (' - [ ] Ensure the CHANGELOG displays the correct version and date.' )
94
94
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.' )
96
96
body .append (' - [ ] Ensure the docs team is aware of any documentation changes that need to be released.' )
97
97
98
98
if not is_primary_release :
You can’t perform that action at this time.
0 commit comments