Skip to content

fix(deps): Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 in /scheduler/data-flow #1483

fix(deps): Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 in /scheduler/data-flow

fix(deps): Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 in /scheduler/data-flow #1483

Workflow file for this run

name: lint-pr-title
on:
pull_request:
branches:
- v2
types:
- opened
- reopened
- edited
jobs:
conventional-commit:
if: github.repository == 'SeldonIO/seldon-core' # Do not run this on forks.
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check PR title matches Conventional Commit format
uses: matthiashermsen/[email protected]
with:
allowed-pull-request-types: build,ci,docs,feat,fix,refactor,revert,test