Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

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

* Update semantic.yml
  • Loading branch information
nornagon authored and khalwa committed Feb 22, 2023
1 parent 65795c7 commit 41ddaf3
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 41ddaf3

Please sign in to comment.