File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def open_pr(
104
104
body .append (' - [ ] Wait for the "Update dependencies" workflow to push a commit updating the dependencies.' )
105
105
body .append (' - [ ] Mark the PR as ready for review to trigger the full set of PR checks.' )
106
106
107
- body .append (' - [ ] Approve and merge this PR.' )
107
+ body .append (' - [ ] Approve and merge this PR. Make sure `Create a merge commit` is selected rather than `Squash and merge` or `Rebase and merge`. ' )
108
108
109
109
if is_v2_release :
110
110
body .append (' - [ ] Merge the mergeback PR that will automatically be created once this PR is merged.' )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
- [ ] Remove and re-add the "Update dependencies" label to the PR to trigger just this workflow.
123
123
- [ ] Wait for the "Update dependencies" workflow to push a commit updating the dependencies.
124
124
- [ ] Mark the PR as ready for review to trigger the full set of PR checks.
125
- - [ ] Approve and merge the PR.
125
+ - [ ] Approve and merge the PR. Make sure `Create a merge commit` is selected rather than `Squash and merge` or `Rebase and merge`.
126
126
EOF
127
127
)
128
128
You can’t perform that action at this time.
0 commit comments