k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-k8s-infra/trusted/OWNERS (about)

     1  # Only oncall gets approval here because it provides access to magic secrets.
     2  options:
     3    no_parent_owners: true
     4  
     5  filters:
     6    ".*":
     7      reviewers:
     8      - sig-k8s-infra-oncall
     9      approvers:
    10      - sig-k8s-infra-oncall
    11      - test-infra-oncall
    12    # ContribEx related jobs that K8s infra owns (currently
    13    # only the sig-contirbex-k8s-triage-robot.yaml job) should
    14    # be reviewed by ContribEx TLs since it could potentially
    15    # constitute a workflow change:
    16    # git.k8s.io/community/sig-contributor-experience/charter.md#cross-cutting-and-externally-facing-processes
    17    "^sig-contribex-":
    18      required_reviewers:
    19        - sig-contributor-experience-technical-leads
    20      labels:
    21        - sig/contributor-experience