File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ def open_pr(
127127 body .append (' - [ ] Add a commit to this branch to resolve the merge conflicts ' +
128128 'in the following files:' )
129129 body .extend ([f' - `{ file } `' for file in conflicted_files ])
130- body .append ('' )
131- body . append ( ' Rebuild the Action (`npm run build`) and add any changes to the built output in `lib` to this commit .' )
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` .' )
132132 body .append (' - [ ] Ensure another maintainer has reviewed the additional commits you added to this ' +
133133 'branch to resolve the merge conflicts.' )
134134 body .append (' - [ ] Ensure the CHANGELOG displays the correct version and date.' )
You can’t perform that action at this time.
0 commit comments