Skip to content

Commit 2e1c7eb

Browse files
NadAlabafehmer
andauthored
chore(workflows): use specific version of add-remove-label-action (@NadAlaba) (#6368)
revert fixing major version only of the `PauMAVA/add-remove-label-action` action from #6344 because this action does not have a `v1` tag Co-authored-by: Christian Fehmer <[email protected]>
1 parent ee665c2 commit 2e1c7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-failure-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
Continuous integration check(s) failed. Please review the [failing check\'s logs](${{ github.event.workflow_run.html_url }}) and make the necessary changes.
3333
3434
- name: Apply label changes
35-
uses: PauMAVA/add-remove-label-action@v1
35+
uses: PauMAVA/add-remove-label-action@v1.0.3
3636
with:
3737
issue_number: ${{ steps.pr_num_reader.outputs.content }}
3838
add: "waiting for update"

.github/workflows/write-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Apply label changes
4747
if: env.ADD_LABELS || env.REMOVE_LABELS
48-
uses: PauMAVA/add-remove-label-action@v1
48+
uses: PauMAVA/add-remove-label-action@v1.0.3
4949
with:
5050
issue_number: ${{ fromJSON(steps.json_reader.outputs.content).pr_num }}
5151
add: ${{ env.ADD_LABELS }}

0 commit comments

Comments
 (0)