fix: revert "chore(flags): make feature flags team a hard codeowner for rust common (#41186)

This commit is contained in:
Oliver Browne
2025-11-10 17:27:16 +02:00
committed by GitHub
parent 5a119ad5b3
commit 072ee06d59
2 changed files with 19 additions and 17 deletions

30
.github/CODEOWNERS vendored
View File

@@ -1,4 +1,16 @@
# If a file is set here, then PRs will require that team's approval to get that code merged
# If a file is set here, then PRs will require that team's approval to get that code merged.
# WE DO NOT USE CODEOWNERS FOR MANAGING ORDINARY RISK.
# Risk of outages, incidents, and operational difficulty
# are not sufficient reason to add a region of the codebase
# to the CODEOWNERS file. Handle these by de-risking your
# code, or by modifying CI to suit your products needs.
# Adding entries to the codeowners file is an anti-social
# and anti-posthog-values thing to do. It must have extraordinary
# justification. If you are not _certain_ there is _no other way_
# to manage the risk you're thinking about, do not add an entry.
# ClickHouse team owns Clickhouse migrations
@@ -7,19 +19,3 @@ posthog/clickhouse/migrations/** @PostHog/clickhouse
# HogQL team owns HogQL changes
posthog/hogql/** @PostHog/hogql
# Platform (the `/flags` and `/decide` endpoints + associated utils)
rust/feature-flags/ @PostHog/team-feature-flags
posthog/api/decide.py @PostHog/team-feature-flags
posthog/models/feature_flag/flag_matching.py @PostHog/team-feature-flags
# Common Rust crates used by the `/flags` service (the flags team wants to know about changes to these modules since they affect flag deployments)
rust/common/types @PostHog/team-feature-flags
rust/common/database @PostHog/team-feature-flags
rust/common/redis @PostHog/team-feature-flags
rust/common/cookieless @PostHog/team-feature-flags
rust/common/compression @PostHog/team-feature-flags
rust/common/geoip @PostHog/team-feature-flags
rust/common/hypercache @PostHog/team-feature-flags

View File

@@ -53,6 +53,12 @@ products/revenue_analytics/** @PostHog/team-revenue-analytics
# Feature Flags team
# Platform (the `/flags` and `/decide` endpoints + associated utils)
rust/feature-flags/ @PostHog/team-feature-flags
posthog/api/decide.py @PostHog/team-feature-flags
posthog/models/flag_matching.py @PostHog/team-feature-flags
# Feature Flags CRUD operations
posthog/models/feature_flag/ @PostHog/team-feature-flags