Skip to content

Commit 9ea7eab

Browse files
authored
refactor: Deprecate and remove semantic-pull-requests, insert influxdata replacement reusable workflow solution. (influxdata#437)
1 parent 5168a04 commit 9ea7eab

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/semantic.yml

-3
This file was deleted.

.github/workflows/semantic.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Semantic PR and Commit Messages"
3+
4+
on:
5+
pull_request:
6+
types: [opened, reopened, synchronize, edited]
7+
branches:
8+
- master
9+
10+
jobs:
11+
semantic:
12+
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
13+
with:
14+
CHECK_PR_TITLE_OR_ONE_COMMIT: true
15+

0 commit comments

Comments
 (0)