Skip to content

Commit

Permalink
chore: add semantic PR and commit message checks (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmarble authored Apr 20, 2022
1 parent d99c2bb commit ce8cb7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/semantic.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ce8cb7b

Please sign in to comment.