Skip to content

chore: Add setup.cfg #66

chore: Add setup.cfg

chore: Add setup.cfg #66

name: Check PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
with:
success-state: "PR title is valid"
failure-state: "PR title doesn't follow the conventional commits style"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}