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
Jacob Marble 2022-04-26 11:30:48 -07:00 committed by GitHub
parent 1805f4b575
commit 438eadc879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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

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