chore(codeowners): add FF&E ownership for flags and openfeature packages#1333
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Feature Flags & Experimentation (FF&E) team as additional codeowners for the feature-flag core implementation and the React Native OpenFeature package, ensuring FF&E can review changes in the areas they actively develop while preserving existing RUM ownership.
Changes:
- Adds
@DataDog/feature-flagging-and-experimentation-sdkas a codeowner for/packages/core/src/flags/. - Adds
@DataDog/feature-flagging-and-experimentation-sdkas a codeowner for/packages/react-native-openfeature/. - Adds a more specific CODEOWNERS entry for
/packages/react-native-openfeature/README.mdto include FF&E (and maintain docs ownership).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3 tasks
sbarrio
approved these changes
Jul 8, 2026
marco-saia-datadog
approved these changes
Jul 8, 2026
leoromanovsky
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds
@DataDog/feature-flagging-and-experimentation-sdkas a code owner ofpackages/core/src/flags/andpackages/react-native-openfeature/, alongside@DataDog/rum-mobileand@DataDog/rum-mobile-reactnative.Motivation
FF&E is actively developing in these paths (#1326, #1330, #1331, #1332) but has no code-review ownership configured today, so they can't review their own changes. Co-ownership (rather than exclusive) keeps RUM able to unblock a merge if FF&E reviewers are unavailable — a single approval from any listed team is enough.
Additional Notes
Once this merges to
develop, it won't automatically apply to the already-open FFL-2666 stack (#1326 → #1330 → #1331 → #1332) — each of those branches needs to pick up this change via rebase/merge before code-owner review kicks in on their PRs.Review checklist (to be filled by reviewers)