fix(deps): Bump ubi9/ubi-minimal from 9.4-1194 to 9.4-1227 in /scheduler #1764
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |