github.com/cilium/statedb@v0.3.2/CODEOWNERS (about)

     1  # Code owners groups assigned to this repository and a brief description of their areas:
     2  # @cilium/ci-structure       Continuous integration, testing
     3  # @cilium/contributing       Developer documentation & tools
     4  # @cilium/github-sec         GitHub security (handling of secrets, consequences of pull_request_target, etc.)
     5  # @cilium/sig-foundations    Core libraries and guidance to overall software architecture.
     6  
     7  # The following filepaths should be sorted so that more specific paths occur
     8  # after the less specific paths, otherwise the ownership for the specific paths
     9  # is not properly picked up in Github.
    10  * @cilium/sig-foundations
    11  /.github/workflows/ @cilium/github-sec @cilium/ci-structure @cilium/sig-foundations
    12  /CODEOWNERS @cilium/contributing @cilium/sig-foundations