Skip to content

Commit

Permalink
Refs #20648: Set eProsima-CI version to v0 on add and remove labels a…
Browse files Browse the repository at this point in the history
…ctions

Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz committed Mar 25, 2024
1 parent cc69196 commit 843a675
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/address-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -177,7 +177,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/thread-sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Remove run-ci label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/remove_labels@feature/labels
uses: eProsima/eProsima-CI/external/remove_labels@v0
with:
labels: run-ci
number: ${{ github.event.number }}
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Add ci-pending label if PR
if: ${{ github.event_name == 'pull_request' }}
uses: eProsima/eProsima-CI/external/add_labels@feature/labels
uses: eProsima/eProsima-CI/external/add_labels@v0
with:
labels: ci-pending
number: ${{ github.event.number }}
Expand Down

0 comments on commit 843a675

Please sign in to comment.