Skip to content

Commit

Permalink
Add CODEOWNERS
Browse files Browse the repository at this point in the history
This will make sure appropriate teams will be pulled in for PR reviews.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Aug 16, 2024
1 parent f979d32 commit 71321e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Code owners groups assigned to this repository and a brief description of their areas:
# @cilium/ci-structure Continuous integration, testing
# @cilium/contributing Developer documentation & tools
# @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.)
# @cilium/sig-foundations Core libraries and guidance to overall software architecture.

# The following filepaths should be sorted so that more specific paths occur
# after the less specific paths, otherwise the ownership for the specific paths
# is not properly picked up in Github.
* @cilium/sig-foundations
/.github/workflows/ @cilium/github-sec @cilium/ci-structure @cilium/sig-foundations
/CODEOWNERS @cilium/contributing @cilium/sig-foundations

0 comments on commit 71321e3

Please sign in to comment.