Skip to content

build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.53.1 to 0.76.2 #942

build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.53.1 to 0.76.2

build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.53.1 to 0.76.2 #942

name: Pull Request Lint
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
conventional-commit:
runs-on: ubuntu-latest
name: conventional commit check
steps:
- name: Checkout
uses: actions/checkout@v3
- name: check conventional commit
id: check-for-cc
uses: agenthunt/[email protected]
with:
pr-title-regex: '^(?:\[[^\]]+\] )?(?:[a-z]+(?:\([^)]+\))?: .+ \(PROJQUAY-[0-9]+\)|(?:chore|build\(deps\)|build\(deps-dev\)): .+)$'
pr-body-regex: '(.*)?'