Skip to content

Commit

Permalink
chore(tests): fix label-check test (#9717)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored and AndyZhang0707 committed Jun 21, 2024
1 parent a2f0059 commit 8fbebad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:

steps:
- name: do-not-merge label found
run: exit 1
if: ${{ contains(github.event.*.labels.*.name, 'do not merge') || contains(github.event.*.labels.*.name, 'do-not-merge') }}
run: echo "do-not-merge label found, this PR will not be merged"; exit 1
if: ${{ contains(github.event.*.labels.*.name, 'pr/do not merge') || contains(github.event.*.labels.*.name, 'DO NOT MERGE') }}

0 comments on commit 8fbebad

Please sign in to comment.