From 0bcc1e613bc8b62859fc75afeeb83651555fb44a Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Sat, 29 Jun 2024 18:22:57 +0200 Subject: [PATCH] [ci skip] Add Hamada-san to CODEOWNERS for mbstring For the last couple years, Hamada-san has provided helpful feedback on many GitHub issues and pull requests related to mbstring. He is in a good position to help with reviewing future pull requests. He agreed (via private mail) that it is fine to add his GitHub account to CODEOWNERS. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6602fd15523..ff79506a352 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,7 +22,7 @@ /ext/intl @devnexen /ext/json @bukka /ext/libxml @nielsdos -/ext/mbstring @alexdowad +/ext/mbstring @alexdowad @youkidearitai /ext/mysqlnd @SakiTakamachi /ext/odbc @NattyNarwhal /ext/opcache @dstogov @iluuu1994