Create pr-title

This commit is contained in:
Daniel Lautzenheiser 2022-12-06 09:15:46 -05:00 committed by GitHub
parent c4a812a575
commit feab2eb3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/pr-title vendored Normal file
View File

@ -0,0 +1,17 @@
name: "Conventional Commits PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.PR_TITLE_TOKEN }}