Update remove-labels.yml

pull/282/head
MaksimZhukov 3 years ago committed by GitHub
parent 5e7ee4834f
commit 8b96d83990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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() }}

Loading…
Cancel
Save