Skip to content

chore: release 4.5.0 #1320

chore: release 4.5.0

chore: release 4.5.0 #1320

name: Conventional Commits
on:
# https://github.com/marketplace/actions/semantic-pull-request#event-triggers
pull_request:
types:
- opened
- edited
- reopened
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-slim
steps:
- uses: benhodgson87/conventional-pull-request-action@5cc233b5bbe95b3293e9e464ded984ed47755abe # v2
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: ".github/commitlint.config.js"