Skip to content

Commit

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

* Update semantic.yml
  • Loading branch information
nornagon committed Apr 20, 2022
1 parent fec147a commit 0c86483
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 0c86483

Please sign in to comment.