Skip to content

Commit

Permalink
CODEOWNERS: Add sig-foundations
Browse files Browse the repository at this point in the history
Assign pkg/{hive,statedb,promise,stream} and daemon/cmd/cells.go to
sig-foundations.

Signed-off-by: Jussi Maki <jussi@isovalent.com>
  • Loading branch information
joamaki committed May 24, 2023
1 parent 71fb437 commit a001fbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -46,6 +46,9 @@
# code owner is not expected to validate the technical correctness of
# submissions. Correctness is typically handled by another code owner group
# which is also assigned to any given piece of documentation.
# - @cilium/sig-foundations:
# Review changes to the core libraries and provide guidance to overall
# software architecture.
# - @cilium/github-sec:
# Responsible for maintaining the security of repositories in the Cilium
# project by maintaining best practices for workflow usage, for instance
Expand Down Expand Up @@ -269,6 +272,7 @@ Makefile* @cilium/build
/daemon/cmd/prefilter.go @cilium/sig-datapath
/daemon/cmd/proxy.go @cilium/proxy
/daemon/cmd/state.go @cilium/endpoint
/daemon/cmd/cells*.go @cilium/sig-foundations
/Documentation/ @cilium/docs-structure
/Documentation/_static/ @cilium/docs-structure
/Documentation/api.rst @cilium/sig-agent @cilium/docs-structure
Expand Down Expand Up @@ -414,7 +418,7 @@ jenkinsfiles @cilium/ci-structure
/pkg/fqdn/ @cilium/sig-agent @cilium/proxy
/pkg/fswatcher/ @cilium/sig-datapath @cilium/sig-hubble
/pkg/health/ @cilium/sig-agent
/pkg/hive/ @cilium/sig-agent
/pkg/hive/ @cilium/sig-foundations
/pkg/hubble/ @cilium/sig-hubble
/pkg/hubble/metrics @cilium/sig-hubble @cilium/sig-hubble-api
/pkg/identity @cilium/sig-policy
Expand Down Expand Up @@ -461,6 +465,7 @@ jenkinsfiles @cilium/ci-structure
/pkg/policy @cilium/sig-policy
/pkg/policy/api/ @cilium/api
/pkg/policy/groups/aws/ @cilium/sig-policy @cilium/aws
/pkg/promise @cilium/sig-foundations
/pkg/proxy/ @cilium/proxy
/pkg/proxy/accesslog @cilium/api
/pkg/redirectpolicy @cilium/sig-lb
Expand All @@ -469,6 +474,8 @@ jenkinsfiles @cilium/ci-structure
/pkg/service @cilium/sig-lb
/pkg/source @cilium/ipcache
/pkg/status/ @cilium/sig-agent
/pkg/statedb @cilium/sig-foundations
/pkg/stream @cilium/sig-foundations
/pkg/sysctl @cilium/sig-datapath
/pkg/testutils/ @cilium/ci-structure
/pkg/tuple @cilium/sig-datapath
Expand Down
3 changes: 3 additions & 0 deletions Documentation/codeowners.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a001fbd

Please sign in to comment.