Skip to content

[kube-prometheus-stack] Update Grafana chart to 8.0.x #7841

[kube-prometheus-stack] Update Grafana chart to 8.0.x

[kube-prometheus-stack] Update Grafana chart to 8.0.x #7841

name: Check CODEOWNERS
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: generate CODEOWNERS
run: |
./scripts/check-codeowners.sh > .github/CODEOWNERS
- name: check CODEOWNERS for modifications
run: |
git diff --exit-code