We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406bdcf commit fe24c26Copy full SHA for fe24c26
.azure-pipelines/azure-pipelines-UpgrateVersion.yml
@@ -161,8 +161,8 @@ stages:
161
git branch -u remote/$BRANCH_NAME
162
163
echo $GIT_PASSWORD | gh auth login --with-token
164
- TITLE="Upgrade SONiC Versions"
165
- BODY="Upgrade SONiC Versions"
+ TITLE="[${SOURCE_BRANCH#refs/heads/}] Upgrade SONiC package Versions"
+ BODY=$TITLE
166
RET=0
167
if ! gh pr create -t "$TITLE" -b "$BODY" -B $(Build.SourceBranch) -R $(Build.Repository.Name) > pr.log 2>&1; then
168
if ! grep -q "already exists" pr.log; then
0 commit comments