Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Check Do Not Merge
on:
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
fail-for-do-not-merge:
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/block-dnm.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/block-dnm.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Fail if PR is a draft
if: contains(join(github.event.pull_request.labels.*.name, ','), 'do-not-merge') # check if any label contains do-not-merge
echo "This PR is currently labeled do-not-merge."
exit 1