File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,6 +462,8 @@ jobs:
462462 --title "chore(release): proposal for ${{ inputs.crate }}" \
463463 --body "$PR_BODY" \
464464 --label "release-proposal" \
465+ --label "skip-metadata-check" \
466+ --label "skip-changelog-check" \
465467 --base "${{ needs.cargo-release.outputs.ephemeral_branch }}"
466468
467469 - name : Cleanup on failure
Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ trigger_internal_build:
2020 LIBDATADOG_COMMIT_BEFORE_SHA : $CI_COMMIT_BEFORE_SHA
2121 LIBDATADOG_COMMIT_TITLE : $CI_COMMIT_TITLE
2222 LIBDATADOG_ENABLE_MACOS_JOBS : " false"
23+ LIBDATADOG_IS_RELEASE_BRANCH : " false"
2324 rules :
25+ - if : ' $CI_COMMIT_BRANCH =~ /^release\//'
26+ variables :
27+ LIBDATADOG_IS_RELEASE_BRANCH : " true"
28+ when : always
2429 - if : ' $CI_MERGE_REQUEST_LABELS =~ /run-macos-tests/'
2530 variables :
2631 LIBDATADOG_ENABLE_MACOS_JOBS : " true"
You can’t perform that action at this time.
0 commit comments