Skip to content

chore: add PR blocking for titles when not ready #1

chore: add PR blocking for titles when not ready

chore: add PR blocking for titles when not ready #1

name: WIP
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-latest
steps:
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}