From 7e65c55358261c11771f56979d34822b0dcae790 Mon Sep 17 00:00:00 2001 From: timgl Date: Mon, 29 Sep 2025 16:57:20 +0100 Subject: [PATCH] chore: Require approval for all migrations --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63e9baf4b658b..a924c67849106 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,4 @@ # If a file is set here, then PRs will require that team's approval to get that code merged. posthog/hogql/** @PostHog/hogql +**/migrations/* @PostHog/team-infra @timgl