Skip to content

Commit

Permalink
[Ci] Change the package upgrade PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Sep 24, 2023
1 parent 52f6dd6 commit 99a0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-UpgrateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ stages:
git branch -u remote/$BRANCH_NAME
echo $GIT_PASSWORD | gh auth login --with-token
TITLE="Upgrade SONiC Versions"
TITLE="[$BRANCH_NAME] Upgrade SONiC package Versions"
BODY="Upgrade SONiC Versions"
RET=0
if ! gh pr create -t "$TITLE" -b "$BODY" -B $(Build.SourceBranch) -R $(Build.Repository.Name) > pr.log 2>&1; then
Expand Down

0 comments on commit 99a0583

Please sign in to comment.