Skip to content

Commit

Permalink
chore: remove config for semantic-pull-requests, add call to influx w… (
Browse files Browse the repository at this point in the history
#4550)

* chore: remove config for semantic-pull-requests, add call to influx workflow to replace.

* feat: configure to only check PR titles.
  • Loading branch information
tysonkamp authored May 11, 2022
1 parent 70a535d commit 1a4f376
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/semantic.yml

This file was deleted.

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
with:
COMMITS_HISTORY: 0

0 comments on commit 1a4f376

Please sign in to comment.