From 830557f25444763df9e058acac17e1b65f248e27 Mon Sep 17 00:00:00 2001 From: Adem Baccara Date: Sun, 2 Jun 2024 21:31:04 +0100 Subject: [PATCH] ci: add semantic prs action Signed-off-by: Adem Baccara --- .github/workflows/semantic-prs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-prs.yaml b/.github/workflows/semantic-prs.yaml index 2d1efd93..c281e67f 100644 --- a/.github/workflows/semantic-prs.yaml +++ b/.github/workflows/semantic-prs.yaml @@ -41,7 +41,10 @@ jobs: permissions: pull-requests: write steps: - - uses: kubeflow/notebooks/.github/actions/conventional-release-labels@main + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.base.ref }} + - uses: ./.github/actions/conventional-release-labels with: type_labels: | { @@ -56,3 +59,4 @@ jobs: "chore" ] ignore_label: "changelog/ignore" +