We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8baf41 commit eb9a790Copy full SHA for eb9a790
1 file changed
.github/update-release-branch.py
@@ -128,7 +128,7 @@ def open_pr(
128
'in the following files:')
129
body.extend([f' - `{file}`' for file in conflicted_files])
130
body.append(' - [ ] Rebuild the Action locally (`npm run build`) and push any changes to the ' +
131
- '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}`.')
132
body.append(' - [ ] Ensure another maintainer has reviewed the additional commits you added to this ' +
133
'branch to resolve the merge conflicts.')
134
body.append(' - [ ] Ensure the CHANGELOG displays the correct version and date.')
0 commit comments