Skip to content

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler #1298

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler #1298

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/lint-pull-request-title@v1.0.0
with:
allowed-pull-request-types: build,ci,docs,feat,fix,refactor,revert,test