Apply suggestion from @henrymercer

This commit is contained in:
Henry Mercer
2026-05-18 19:39:41 +01:00
committed by GitHub
parent b8baf41834
commit eb9a790d15
+1 -1
View File
@@ -128,7 +128,7 @@ def open_pr(
'in the following files:')
body.extend([f' - `{file}`' for file in conflicted_files])
body.append(' - [ ] Rebuild the Action locally (`npm run build`) and push any changes to the ' +
'built output in `lib` as a separate commit named exactly `Rebuild`.')
f'built output in `lib` as a separate commit named exactly `{REBUILD_COMMIT_MESSAGE}`.')
body.append(' - [ ] Ensure another maintainer has reviewed the additional commits you added to this ' +
'branch to resolve the merge conflicts.')
body.append(' - [ ] Ensure the CHANGELOG displays the correct version and date.')