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 d5e339b commit d26e079
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:
- if: contains(github.event.pull_request.labels.*.name, 'do NOT merge!!!')
name: "Remove `do-not-merge` label before merging"
run: exit 1
- run: exit 0

0 comments on commit d26e079

Please sign in to comment.