ublue-forge/.github/workflows/conventional-commits.yml
dependabot[bot] bd002d5612
chore(deps): bump webiny/action-conventional-commits from 1.1.0 to 1.3.0
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>
2024-04-29 11:09:30 +00:00

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