Skip to content

chore(deps): bump bpmn-visualization from 0.44.0 to 0.45.0 #217

chore(deps): bump bpmn-visualization from 0.44.0 to 0.45.0

chore(deps): bump bpmn-visualization from 0.44.0 to 0.45.0 #217

name: Check Pull Request Metadata
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
check-pr-title:
runs-on: ubuntu-22.04
permissions:
pull-requests: write # conventional-commits-pr-action: PR comments
steps:
- name: Check pull request title
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
comment: true # Post a comment in the pull request conversation with examples.