ci: add conventional commits workflow (#541)
This commit is contained in:
16
.github/workflows/conventional-commits.yml
vendored
Normal file
16
.github/workflows/conventional-commits.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# https://github.com/webiny/action-conventional-commits?tab=readme-ov-file
|
||||||
|
|
||||||
|
name: Conventional Commits
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ dev ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Conventional Commits
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: webiny/action-conventional-commits@v1.3.0
|
||||||
Reference in New Issue
Block a user