Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 30, 2024
1 parent 5c1cc8d commit c0b3796
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pr-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ permissions:

jobs:
do-not-merge:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- run: |
if ${{ contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!') }}; then
false
else
true
fi
# Remove `do-not-merge` label before merging
- if: ${{ ! contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!') }}
run: exit 0

0 comments on commit c0b3796

Please sign in to comment.