chore: remove influxdata/validate-semantic-github-messages github workflow (#11036)
This commit is contained in:
parent
c8aba006dc
commit
6be1507d1e
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
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