1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-07-04 23:36:01 +02:00

Update remove-labels.yml

This commit is contained in:
MaksimZhukov 2022-10-25 17:04:59 +02:00 committed by GitHub
parent 5e7ee4834f
commit 8b96d83990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@ jobs:
exit 1
shell: pwsh
- uses: actions/labeler@v4
- name: Add label if tests fail
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
if: ${{ steps.tests.conclusion == 'failure' }}
if: ${{ failure() }}