...

Text file src/edge-infra.dev/config/components/edge/OWNERS

Documentation: edge-infra.dev/config/components/edge

     1approval:
     2- config/components/edge
     3- config/components/edge/patches/prometheus-patch
     4rules:
     5- name: config/components/edge
     6  if:
     7    changed_files:
     8      paths:
     9      - .*
    10      ignore:
    11      - patches/prometheus-patch/.*
    12  requires:
    13    count: 2
    14    teams:
    15    - ncrvoyix-swt-retail/edge-platform
    16- name: config/components/edge/patches/prometheus-patch
    17  if:
    18    changed_files:
    19      paths:
    20      - patches/prometheus-patch/.*
    21  requires:
    22    count: 1
    23    users: [le250055_ncrvoyix]
    24    teams:
    25    - ncrvoyix-swt-retail/edge-o11y

View as plain text