Skip to content

build(deps-dev): bump @lerna-lite/cli from 3.0.0 to 3.3.1 #31

build(deps-dev): bump @lerna-lite/cli from 3.0.0 to 3.3.1

build(deps-dev): bump @lerna-lite/cli from 3.0.0 to 3.3.1 #31

Workflow file for this run

name: "Check do not merge label ✅"
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- labeled
- unlabeled
jobs:
fail-by-label:
if: contains(github.event.pull_request.labels.*.name, 'do not merge')
runs-on: ubuntu-latest
steps:
- name: Fail if PR is labeled "do not merge"
run: |
echo "This PR is labeled as do not merge!"
exit 1