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 f9bb6c9 commit d5e339b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ permissions:

jobs:
do-not-merge:
# Remove `do-not-merge` label before merging
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!') }}
runs-on: ubuntu-latest
steps:
- run: exit 0
- if: contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!')
name: "Remove `do-not-merge` label before merging"
run: exit 1

0 comments on commit d5e339b

Please sign in to comment.