Fix final pull request on releasing

This commit is contained in:
Filipe PINTO 2025-03-19 17:07:58 +01:00 committed by hurl-bot
parent 9bab458b93
commit 670e0d8de4
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ jobs:
echo "- Please use \`/accept\` as usual then run the \`update-branch-version\` github workflow if you want to automatically update master branch to next SNAPSHOT version"
} > file-body.txt
gh pr create \
--title "Merge GitHub ${{ needs.set-context.outputs.release_branch }} into ${GITHUB_BRANCH_NAME}" \
--title "Merge GitHub ${{ needs.set-context.outputs.release_branch }} into master \
--body-file file-body.txt \
--base master \
--label bot && gh_exit_code=0 || gh_exit_code=$?