Skip to content

Update README.md

Update README.md #5

name: Automerge Blocker
on:
pull_request:
types: [labeled, unlabeled, edited, opened, synchronize, reopened]
jobs:
check_wip:
runs-on: ubuntu-latest
steps:
- name: Block if WIP PR
uses: ParanoidBeing/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BLOCK_LIST: "WIP|do not merge|backend not live|Block|block"