mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 08:37:24 +08:00
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:
parent
ee665c200b
commit
2e1c7eb967
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-failure-comment.yml
vendored
2
.github/workflows/ci-failure-comment.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/write-labels.yml
vendored
2
.github/workflows/write-labels.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue