15 lines
291 B
YAML
15 lines
291 B
YAML
---
|
|
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:
|
|
COMMITS_HISTORY: 0
|
|
|