feat: add influx semantic commits checker, checks only last commit. (#11037)
This commit is contained in:
parent
c7ffe1758f
commit
9c02a47e8f
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue