Skip to content

Commit

Permalink
feat: remove yml file for deprecated semantic messaged checker, add w… (
Browse files Browse the repository at this point in the history
#460)

* feat: remove yml file for deprecated semantic messaged checker, add workflow file for new semantic checker

* chore: make pointless change to trigger workflow/action after actions has been enabled.
  • Loading branch information
tysonkamp committed May 10, 2022
1 parent b3f6138 commit 97e8e86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/semantic.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/semantic.yml
@@ -0,0 +1,11 @@
---
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 97e8e86

Please sign in to comment.