chore: Adding influx's semantic commit and PR message checker, so we … (#11009)
* chore: Adding influx's semantic commit and PR message checker, so we can deprecate semantic-pull-requests * feat: change commit history for semantic validation to 1 (last commit)
This commit is contained in:
parent
a6f278a5ea
commit
c8aba006dc
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
name: "Semantic PR and Commit Messages"
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, reopened, synchronize, edited]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
semantic:
|
||||||
|
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
|
||||||
|
# optional; 250 is default and max
|
||||||
|
with:
|
||||||
|
COMMITS_HISTORY: 1
|
||||||
Loading…
Reference in New Issue