Skip to content

[prometheus-operator-crds] bump prometheus-operator to 'v0.80.0' #9101

[prometheus-operator-crds] bump prometheus-operator to 'v0.80.0'

[prometheus-operator-crds] bump prometheus-operator to 'v0.80.0' #9101

name: Check CODEOWNERS
permissions: {}
on: pull_request
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: generate CODEOWNERS
run: |
./scripts/check-codeowners.sh | tee .github/CODEOWNERS
- name: check CODEOWNERS for modifications
run: |
git diff --exit-code