Skip to content

[prometheus-mysql-exporter]: introduce an ability to set additional env. variables for exporter container #8934

[prometheus-mysql-exporter]: introduce an ability to set additional env. variables for exporter container

[prometheus-mysql-exporter]: introduce an ability to set additional env. variables for exporter container #8934

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 > .github/CODEOWNERS
- name: check CODEOWNERS for modifications
run: |
git diff --exit-code