Skip to content

ci: add github action for conventional commits #3

ci: add github action for conventional commits

ci: add github action for conventional commits #3

name: Conventional Commits
on:
pull_request:
branches:
- "*"
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]
with:
allowed-commit-types: "feat,fix,docs,ci,test,refactor,chore"