Skip to content

fix(rbac): grant kubeadm bootstrap SA read on KamajiControlPlane (CAPI v1.14.0) #644

fix(rbac): grant kubeadm bootstrap SA read on KamajiControlPlane (CAPI v1.14.0)

fix(rbac): grant kubeadm bootstrap SA read on KamajiControlPlane (CAPI v1.14.0) #644

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
semantic-pr-title:
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}