mirror of
https://github.com/actions/setup-go.git
synced 2025-08-19 15:15:08 +00:00
Update remove-labels.yml
This commit is contained in:
parent
5e7ee4834f
commit
8b96d83990
5
.github/workflows/remove-labels.yml
vendored
5
.github/workflows/remove-labels.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- uses: actions/labeler@v4
|
- name: Add label if tests fail
|
||||||
|
uses: actions/labeler@v4
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
if: ${{ steps.tests.conclusion == 'failure' }}
|
if: ${{ failure() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user