Skip to content

Commit

Permalink
Visual tests: Bei Änderungen automerge-Label entfernen (#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 18, 2022
1 parent 8c35822 commit dbb9db9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/visual-tests.yml
Expand Up @@ -129,3 +129,10 @@ jobs:
file_pattern: .github/tests-visual/*
# repo dispatch needs the target branch
branch: ${{ github.head_ref }}

- name: Remove automerge label
uses: actions-ecosystem/action-remove-labels@v1
if: failure() && env.writable == 1
with:
github_token: ${{ secrets.BOT_TOKEN }}
labels: automerge

0 comments on commit dbb9db9

Please sign in to comment.