ci: ensure PR subjects follow semantic commit spec (#2096)
This commit is contained in:
parent
3e9509ec1b
commit
7cd722ff3a
15
.github/workflows/semantic-pr-subject.yml
vendored
Normal file
15
.github/workflows/semantic-pr-subject.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Semantic Pull Request Subject
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- edited
|
||||||
|
- synchronize
|
||||||
|
jobs:
|
||||||
|
semantic-pr-subject:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: amannn/action-semantic-pull-request@v4.5.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Reference in New Issue
Block a user