We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3d820 commit 682c836Copy full SHA for 682c836
1 file changed
.gitlab-ci.yml
@@ -112,7 +112,7 @@ esp_release_branch_sync:
112
git push push-remote $WIP_BRANCH
113
git status
114
CONFLICT_HASH=$(cat .esp_rebase_HEAD)
115
- MR_DESC="MR created by $CI_JOB_URL to fix \`$ESP_RELEASE_BRANCH\` -> \`$BRANCH_NAME\` sync conflict."
+ MR_DESC="MR created by $CI_JOB_URL to fix conflict happened when cherry-picking $CONFLICT_HASH from \`$ESP_RELEASE_BRANCH\` to \`$BRANCH_NAME\`."
116
MR_DESC="${MR_DESC}\n\nTODO:"
117
MR_DESC="${MR_DESC}\n- [ ] Look for \`<<<<<<<\` and \`>>>>>>>\` markers in the files and solve conflicts."
118
MR_DESC="${MR_DESC}\n- [ ] Ensure pipeline passes."
0 commit comments