From 4fb573fbcfbf1362de5ffb3722b8273ecde0c61f Mon Sep 17 00:00:00 2001 From: Maciek Grzybowski Date: Wed, 8 Jul 2026 09:31:55 +0200 Subject: [PATCH] chore(codeowners): add FF&E ownership for flags and openfeature packages --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d69c0ccd..f40630d13 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,3 +6,9 @@ /docs/ @DataDog/documentation @DataDog/rum-mobile *README.md @DataDog/documentation @DataDog/rum-mobile + +## Feature Flags & Experimentation + +/packages/core/src/flags/ @DataDog/rum-mobile @DataDog/rum-mobile-reactnative @DataDog/feature-flagging-and-experimentation-sdk +/packages/react-native-openfeature/ @DataDog/rum-mobile @DataDog/rum-mobile-reactnative @DataDog/feature-flagging-and-experimentation-sdk +/packages/react-native-openfeature/README.md @DataDog/documentation @DataDog/rum-mobile @DataDog/rum-mobile-reactnative @DataDog/feature-flagging-and-experimentation-sdk