mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-22 14:33:43 +03:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) from 1.1.0 to 1.3.0. - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: webiny/action-conventional-commits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
251 B
YAML
16 lines
251 B
YAML
name: Conventional Commits
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
name: Conventional Commits
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: webiny/action-conventional-commits@v1.3.0
|