From 5c45b164bf46f2a437fb59e442b83bb9ed7c02c2 Mon Sep 17 00:00:00 2001 From: Div Arora Date: Wed, 17 Apr 2024 12:32:28 +0800 Subject: [PATCH] chore: add backend team as an additional codeowner on orioledb The intention was to allow PG team to also merge orioledb changes, not to have all changes under orioledb image dir to be blocked on PG team. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b08dce73e..0576d01a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ * @supabase/backend migrations/ @supabase/cli @supabase/backend -docker/orioledb @supabase/postgres +docker/orioledb @supabase/postgres @supabase/backend common.vars.pkr.hcl @supabase/postgres @supabase/backend