Rename pr-title to pr-title.yml

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:15:58 -05:00
committed by GitHub
parent feab2eb3cd
commit ca89177e77

17
.github/workflows/pr-title.yml 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 }}