mirror of https://github.com/actions/setup-go.git
Update remove-labels.yml
This commit is contained in:
parent
7ddd1939b8
commit
5e7ee4834f
|
@ -9,8 +9,14 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: Start-Sleep -Seconds 30
|
- name: Run tests
|
||||||
|
id: tests
|
||||||
|
run: |
|
||||||
|
Start-Sleep -Seconds 30
|
||||||
|
exit 1
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v4
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
if: ${{ steps.tests.conclusion == 'failure' }}
|
||||||
|
|
Loading…
Reference in New Issue