This is an automated email from the ASF dual-hosted git repository. sadpandajoe pushed a commit to branch update-migrations-code-owners in repository https://gitbox.apache.org/repos/asf/superset.git
commit 21972c949d8fadee0384d7338b178862dd4da90c Author: Joe Li <[email protected]> AuthorDate: Fri Jul 24 12:12:46 2026 -0700 chore: add @rusackas to migration code owners Added @rusackas as a code owner for DB migration changes. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c5b3312c86..bbfada4582d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # Notify all committers of DB migration changes, per SIP-59 -/superset/migrations/ @mistercrunch @michael-s-molina @betodealmeida @eschutho @sadpandajoe +/superset/migrations/ @mistercrunch @michael-s-molina @betodealmeida @eschutho @sadpandajoe @rusackas # Notify some committers of changes in the components
