github.com/giantswarm/apiextensions/v2@v2.6.2/CODEOWNERS (about)

     1  # This file defines ownership of specific parts of the project. Owner teams will automatically get added as reviewers
     2  # for pull requests which are modifying files owned by those teams. See official docs for more information
     3  # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners.
     4  #
     5  # Files and directories can be owned by multiple teams, for example:
     6  # path/to/directory/ @giantswarm/team-x @giantswarm/team-y @giantswarm/team-z
     7  
     8  ###############################################################################
     9  # Cluster API and Cluster API Azure related files owned by:
    10  # - Team Celestial
    11  ###############################################################################
    12  
    13  # Cluster and AzureCluster CRDs
    14  config/crd/v1/cluster.x-k8s.io_clusters.yaml @giantswarm/team-celestial
    15  config/crd/v1/infrastructure.cluster.x-k8s.io_azureclusters.yaml @giantswarm/team-celestial
    16  
    17  # AzureMachine CRD
    18  config/crd/v1/infrastructure.cluster.x-k8s.io_azuremachines.yaml @giantswarm/team-celestial
    19  
    20  # MachinePool and AzureMachinePool CRDs
    21  config/crd/v1/exp.cluster.x-k8s.io_machinepools.yaml @giantswarm/team-celestial
    22  config/crd/v1/exp.infrastructure.cluster.x-k8s.io_azuremachinepools.yaml @giantswarm/team-celestial