Skip to content

feat(blocking): log the matched rule in the block reason #632

feat(blocking): log the matched rule in the block reason

feat(blocking): log the matched rule in the block reason #632

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (conventional commit types)
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
# Optionally define scopes (can be omitted to allow any scope)
# scopes: |
# core
# api
# resolver
# Require a scope (set to false to make optional)
requireScope: false