From dc6b154519beee7222a98316eba7d7c98fc378d7 Mon Sep 17 00:00:00 2001 From: pedrour Date: Tue, 9 Sep 2025 19:09:38 -0700 Subject: [PATCH 1/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7206495..d36e910 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # By default, require reviews from the release approvers for all files. -* @capachino @evanotero @heltonduarte @QuanZhang-William @shrishabh +* @capachino @evanotero @heltonduarte @QuanZhang-William @shrishabh @pedrour # The following files don't need reviews from the release approvers. # These patterns override the rule above. From 8f500eabec380323647a75d448690d5ea3ddbb3c Mon Sep 17 00:00:00 2001 From: pedrour Date: Tue, 9 Sep 2025 19:25:10 -0700 Subject: [PATCH 2/2] Update CODEOWNERS sorting them alphabetically Update CODEOWNERS sorting them alphabetically --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d36e910..3329e78 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # By default, require reviews from the release approvers for all files. -* @capachino @evanotero @heltonduarte @QuanZhang-William @shrishabh @pedrour +* @capachino @evanotero @heltonduarte @pedrour @QuanZhang-William @shrishabh # The following files don't need reviews from the release approvers. # These patterns override the rule above.