Skip to content

[kube-prometheus-stack] Add support for network policy match labels to be specified #5758

[kube-prometheus-stack] Add support for network policy match labels to be specified

[kube-prometheus-stack] Add support for network policy match labels to be specified #5758

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