Skip to content

Commit

Permalink
chore: use semantic-commit-action (#33863)
Browse files Browse the repository at this point in the history
* chore: use semantic-commit-action

* Update semantic.yml

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
  • Loading branch information
3 people committed Apr 21, 2022
1 parent d26d064 commit 1f669c3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/semantic.yml
@@ -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

0 comments on commit 1f669c3

Please sign in to comment.