From 5e422fde85e8bb88a8ef13db4d44dda84e21c2d9 Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Fri, 12 Mar 2021 00:50:29 +0800 Subject: [PATCH] Fix the upgrade SONiC package version PR title (#7000) [ci] Make the title of the PR to upgrade SONiC package versions better --- .azure-pipelines/azure-pipelines-UpgrateVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-UpgrateVersion.yml b/.azure-pipelines/azure-pipelines-UpgrateVersion.yml index 172cccab07..3cec0871ed 100644 --- a/.azure-pipelines/azure-pipelines-UpgrateVersion.yml +++ b/.azure-pipelines/azure-pipelines-UpgrateVersion.yml @@ -82,7 +82,7 @@ stages: git config user.name $GIT_USER git config credential.https://github.com.username $GIT_USER git add files/build/versions - git commit -m "Update SONiC version files" + git commit -m "[ci/build]: Upgrade SONiC package versions" git checkout -b $BRANCH_NAME git remote add remote https://github.com/$GIT_USER/$GIT_REPO git push remote HEAD:refs/heads/$BRANCH_NAME -f