1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
name: Conventional Commits on: pull_request: branches: - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: build: name: Conventional Commits runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: webiny/action-conventional-commits@v1.3.0 with: allowed-commit-types: feat,fix,docs,deps,chore,build,ci