feat: add conventional commit linting and release notes generator
This commit is contained in:
14
.github/workflows/conventional-commits.yml
vendored
Normal file
14
.github/workflows/conventional-commits.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Conventional Commits
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Conventional Commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: webiny/action-conventional-commits@v1.1.0
|
||||
Reference in New Issue
Block a user