Skip to content

chore(ci): Enable Kubernetes API Linter #612

chore(ci): Enable Kubernetes API Linter

chore(ci): Enable Kubernetes API Linter #612

Workflow file for this run

name: Check PR Title
on:
pull_request_target:
branches:
- master
types:
- edited
- opened
- reopened
- synchronize
jobs:
check:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
fix
feat
revert
scopes: |
api
ci
docs
examples
exporter
initializer
manifests
operator
runtimes
scripts
test
cache
requireScope: false
ignoreLabels: |
do-not-merge/work-in-progress
dependencies