mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 13:04:08 +00:00
Apply suggestion from @henrymercer
This commit is contained in:
@@ -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.')
|
||||
|
||||
Reference in New Issue
Block a user