Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.0.9 to 3.1.6 #127

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.0.9 to 3.1.6

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.0.9 to 3.1.6 #127

Workflow file for this run

name: "Semantic PRs"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# first type as the one from https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# l10n (localization) is for translations updates
types: |
feat
fix
docs
style
refactor
test
build
ci
chore
revert
l10n