Skip to content

Commit

Permalink
refactor: Deprecate and remove semantic-pull-requests, insert influxd…
Browse files Browse the repository at this point in the history
…ata replacement reusable workflow solution. (#751)
  • Loading branch information
tysonkamp authored May 13, 2022
1 parent 98a1890 commit c04dfb9
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 c04dfb9

Please sign in to comment.