feat: add influx semantic commits checker, checks only last commit. (#11037)

This commit is contained in:
Tyson Kamp 2022-05-10 14:18:52 -07:00 committed by GitHub
parent c7ffe1758f
commit 9c02a47e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/semantic.yml vendored Normal file
View File

@ -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