Skip to content

Commit a1d025d

Browse files
committed
chore: add labels and pass release branch variable
1 parent d1bce5d commit a1d025d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release-proposal-dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)