openrag/.github/workflows/pr-checks.yml
Edwin Jose fd8b84608f
Update .github/workflows/pr-checks.yml
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
2025-12-26 11:00:00 -06:00

29 lines
564 B
YAML

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^.+$