chore: add semantic-pr-lint (#220)

This commit is contained in:
jdx 2025-07-12 06:27:12 -05:00 committed by GitHub
parent bfb9fa0b02
commit 56e0d817c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/semantic-pr-lint.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: semantic-pr-lint
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}