Skip to content

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #275

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0

chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #275

name: Commit Message format check
on:
pull_request_target:
# trigger when the PR title changes
types: [ opened, edited, reopened ]
jobs:
pr-title:
runs-on: ubuntu-22.04
permissions:
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules
steps:
- name: Check Pull Request title
uses: bonitasoft/actions/packages/pr-title-conventional-commits@v3