Skip to content

Commit

Permalink
feat: add influx semantic commits checker, checks only last commit. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonkamp committed May 10, 2022
1 parent c7ffe17 commit 9c02a47
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "Semantic PR and Commit Messages"

on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- master

jobs:
semantic:
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
with:
CHECK_PR_TITLE_OR_ONE_COMMIT: true

0 comments on commit 9c02a47

Please sign in to comment.