Skip to content

Commit

Permalink
feat: add influxdata semantic commit and PR title validator. (#4722)
Browse files Browse the repository at this point in the history
* feat: add influxdata semantic commit and PR title validator.

* fix: correct the branch name.

* chore:  checking in a change to test-fire the github action. Inconsequential change.

* chore:  checking in a change to test-fire the github action. Inconsequential change.
  • Loading branch information
tysonkamp authored May 9, 2022
1 parent 8505b7e commit ce6f57b
Showing 1 changed file with 10 additions and 0 deletions.
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 ce6f57b

Please sign in to comment.