Skip to content

docs: specifies the offline new workaround #281

docs: specifies the offline new workaround

docs: specifies the offline new workaround #281

name: Conventional Commits
on:
pull_request: # We only need to check commit messages in PRs
jobs:
conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: webiny/action-conventional-commits@v1.4.2
with:
allowed-commit-types: "feat,fix,docs,style,refactor,test,i18n,ci,chore"