Skip to content

Commit

Permalink
chore: Adding influx's semantic commit and PR message checker, so we … (
Browse files Browse the repository at this point in the history
#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)
  • Loading branch information
tysonkamp authored and MyaLongmire committed Jul 6, 2022
1 parent 04dd9d4 commit 22f3196
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 22f3196

Please sign in to comment.