From b7632cd3f4234820a189ff5c7df78297da0a1fe9 Mon Sep 17 00:00:00 2001 From: Mislav Ivanda Date: Thu, 6 Aug 2026 14:15:03 +0000 Subject: [PATCH] chore: CODEOWNERS switch to teams Signed-off-by: Mislav Ivanda --- .github/CODEOWNERS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c96e675..9311c75 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,23 +3,23 @@ # matching files. Multiple owners = OR semantics (any one can approve). # Security and compliance policies -SECURITY.md @mislavivanda @aprojic -CODE_OF_CONDUCT.md @mislavivanda @aprojic +SECURITY.md @daytona/security @mislavivanda +CODE_OF_CONDUCT.md @daytona/security @mislavivanda # Contributor License Agreement (legal) -CLA.md @mislavivanda @aprojic +CLA.md @daytona/security @mislavivanda # Licensing and copyright -LICENSE @mislavivanda @aprojic -COPYRIGHT @mislavivanda @aprojic -NOTICE @mislavivanda @aprojic +LICENSE @daytona/security @mislavivanda +COPYRIGHT @daytona/security @mislavivanda +NOTICE @daytona/security @mislavivanda # CI/CD workflows -.github/workflows/ @mislavivanda +.github/workflows/ @daytona/security @mislavivanda # CLA/DCO enforcement (compliance controls) -.github/workflows/cla.yml @mislavivanda @aprojic -.github/workflows/dco.yml @mislavivanda @aprojic +.github/workflows/cla.yml @daytona/security @mislavivanda +.github/workflows/dco.yml @daytona/security @mislavivanda # CODEOWNERS itself (must protect itself) -.github/CODEOWNERS @mislavivanda @aprojic +.github/CODEOWNERS @daytona/security @mislavivanda