From 9bb5670711fe307fd41816857f1fcf8a1930f0f3 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Thu, 18 Dec 2025 16:46:03 +0800 Subject: [PATCH] chore(codeowners): add migrations code owner (#29864) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 13c33308f7..06a60308c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -122,7 +122,7 @@ api/controllers/console/feature.py @GarfieldDai @GareArc api/controllers/web/feature.py @GarfieldDai @GareArc # Backend - Database Migrations -api/migrations/ @snakevash @laipz8200 +api/migrations/ @snakevash @laipz8200 @MRZHUH # Frontend web/ @iamjoel