pgupgrade: Do not try to scale down clair when unmanaged (PROJQUAY-6457) #771
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: 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: '(.*)?' |