fix calls to open_pr (#18129)

This commit is contained in:
Paul Brauner 2024-01-10 16:57:05 +01:00 committed by GitHub
parent ee94820b4c
commit bef1938a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ jobs:
else
if [ "main" = "$(Build.SourceBranchName)" ]; then
git add build.sh test-common/canton/BUILD.bazel
open_pr "$branch" "update canton to $canton_tag/$canton2_version/$canton3_version" "tell-slack: canton" "main-2.x"
open_pr "$branch" "update canton to $canton_tag/$canton2_version/$canton3_version" "tell-slack: canton" "" "main-2.x"
az extension add --name azure-devops
trap "az devops logout" EXIT
echo "$(System.AccessToken)" | az devops login --org "https://dev.azure.com/digitalasset"
@ -405,7 +405,7 @@ jobs:
else
if [ "main" = "$(Build.SourceBranchName)" ]; then
git add build.sh test-common/canton/BUILD.bazel
open_pr "$branch" "update canton to $canton_tag/$canton2_version/$canton3_version" "tell-slack: canton" "main"
open_pr "$branch" "update canton to $canton_tag/$canton2_version/$canton3_version" "tell-slack: canton" "" "main"
az extension add --name azure-devops
trap "az devops logout" EXIT
echo "$(System.AccessToken)" | az devops login --org "https://dev.azure.com/digitalasset"