Skip to content

Commit

Permalink
Refs #20648: Correctly add ci-pending label
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz committed Mar 22, 2024
1 parent d7c2654 commit 9dd5764
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/address-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 }}
Expand Down Expand Up @@ -177,7 +177,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thread-sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 }}
Expand Down

0 comments on commit 9dd5764

Please sign in to comment.