Update remove-labels.yml

This commit is contained in:
MaksimZhukov 2022-10-25 17:00:38 +02:00 committed by GitHub
parent 7ddd1939b8
commit 5e7ee4834f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -9,8 +9,14 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: Start-Sleep -Seconds 30
- name: Run tests
id: tests
run: |
Start-Sleep -Seconds 30
exit 1
shell: pwsh
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
if: ${{ steps.tests.conclusion == 'failure' }}