chore: use common semantic PR and commit message checks (#23300)
After this is merged, the old semantic checker can be disabled, and its config file removed from the repository.pull/23304/head
parent
1805f4b575
commit
438eadc879
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
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
|
Loading…
Reference in New Issue