Skip to content

feat(ci): tag-blocking release QA gate — server-type matrix + invariants (Spec 081 T1) #596

feat(ci): tag-blocking release QA gate — server-type matrix + invariants (Spec 081 T1)

feat(ci): tag-blocking release QA gate — server-type matrix + invariants (Spec 081 T1) #596

Workflow file for this run

name: Commitlint
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
statuses: write
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check PR title follows Conventional Commits
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Allowed Conventional Commit types for this repo.
# Keep in sync with the types used in squash-merge commit messages.
types: |
feat
fix
docs
chore
ci
refactor
test
perf
build
style
revert
# Scope is optional; allow any scope string when present.
requireScope: false