chore: use semantic-commit-action (#33857)

* chore: use semantic-commit-action

* Update semantic.yml
This commit is contained in:
Jeremy Rose 2022-04-20 13:49:59 -07:00 committed by GitHub
parent fec147a0cb
commit 0c864837af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/semantic.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: "Check Semantic Commit"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false