Skip to content

build(deps): bump markdown-it-py from 3.0.0 to 4.0.0 in /tools/publish #431

build(deps): bump markdown-it-py from 3.0.0 to 4.0.0 in /tools/publish

build(deps): bump markdown-it-py from 3.0.0 to 4.0.0 in /tools/publish #431

name: "Check 'do not merge' label"
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
block-do-not-merge:
runs-on: ubuntu-latest
steps:
- name: Check for "do not merge" label
if: "contains(github.event.pull_request.labels.*.name, 'do not merge')"
run: |
echo "This PR has the 'do not merge' label and cannot be merged."
exit 1