Skip to content

chore(main): release 1.0.1 #2

chore(main): release 1.0.1

chore(main): release 1.0.1 #2

# Validates PR title follows conventional commits
# This is a reusable workflow that can be called from other repositories
name: conventional-commits
permissions:
pull-requests: read
on:
workflow_call:
pull_request:
branches: [main]
types:
- edited
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v6