feat: Remove kubectl binary from container and apply CRDs with client-go #1281
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: Conventional Commit PR message check | |
on: | |
pull_request: | |
branches: | |
- "master" | |
- "v[0-9]+.[0-9]+.x" | |
types: [opened, edited, synchronize] | |
jobs: | |
check-for-cc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: check-for-cc | |
id: check-for-cc | |
uses: agenthunt/[email protected] | |
with: | |
pr-body-regex: '.*' |