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 <fehmer@users.noreply.github.com>
This commit is contained in:
Nad Alaba 2025-03-17 14:20:25 +03:00 committed by GitHub
parent ee665c200b
commit 2e1c7eb967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
Continuous integration check(s) failed. Please review the [failing check\'s logs](${{ github.event.workflow_run.html_url }}) and make the necessary changes.
- name: Apply label changes
uses: PauMAVA/add-remove-label-action@v1
uses: PauMAVA/add-remove-label-action@v1.0.3
with:
issue_number: ${{ steps.pr_num_reader.outputs.content }}
add: "waiting for update"

View file

@ -45,7 +45,7 @@ jobs:
- name: Apply label changes
if: env.ADD_LABELS || env.REMOVE_LABELS
uses: PauMAVA/add-remove-label-action@v1
uses: PauMAVA/add-remove-label-action@v1.0.3
with:
issue_number: ${{ fromJSON(steps.json_reader.outputs.content).pr_num }}
add: ${{ env.ADD_LABELS }}