ci: skip message for merge [skip ci]

This commit is contained in:
Baptiste Augrain 2023-12-17 18:47:41 +01:00
parent ef4d13a0c6
commit 508642510a

View file

@ -13,7 +13,7 @@ if [[ -n "${PULL_REQUEST_ID}" ]]; then
git fetch origin "pull/${PULL_REQUEST_ID}/head"
git checkout FETCH_HEAD
git merge "origin/${BRANCH_NAME}"
git merge --no-edit "origin/${BRANCH_NAME}"
fi
if [[ -z "${RELEASE_VERSION}" ]]; then