Skip to content

chore: add conventional commit workflow #1

chore: add conventional commit workflow

chore: add conventional commit workflow #1

name: Conventional Commits
on:
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: read
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}