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. (#348)
  • Loading branch information
tysonkamp authored May 12, 2022
1 parent b6cbbfd commit 19cf00f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/semantic.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "Semantic PR and Commit Messages"

on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- master

jobs:
semantic:
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
with:
CHECK_PR_TITLE_OR_ONE_COMMIT: true

0 comments on commit 19cf00f

Please sign in to comment.