Skip to content

docs: add V3 overhaul notice to README #50

docs: add V3 overhaul notice to README

docs: add V3 overhaul notice to README #50

Workflow file for this run

name: PR title check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: glzr-io/actions/semantic-prs@main
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}