From 7b57e31a06c07abb2f3c97c265455388f4dc4280 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Fri, 22 Mar 2024 12:03:58 +0100 Subject: [PATCH] Refs #20648: Add ci-pending label in mac CI Signed-off-by: EduPonz --- .github/workflows/reusable-mac-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-mac-ci.yml b/.github/workflows/reusable-mac-ci.yml index 68e93b846a5..9fd5c3923a1 100644 --- a/.github/workflows/reusable-mac-ci.yml +++ b/.github/workflows/reusable-mac-ci.yml @@ -55,7 +55,7 @@ jobs: - name: Add ci-pending label if PR if: ${{ github.event_name == 'pull_request' }} - uses: eProsima/eProsima-CI/external/remove_labels@feature/labels + uses: eProsima/eProsima-CI/external/add_labels@feature/labels with: labels: ci-pending number: ${{ github.event.number }}