From dfc87381e77cbf036591a8fa1b94aa3721dad123 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Mon, 6 Feb 2023 08:51:41 -0800 Subject: [PATCH 1/2] Update codeowners --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 89c50fb963..ad38ee72cb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,11 +6,11 @@ # review whenever someone opens a pull request. -* @ceyonur @darioush @patrick-ogrady @aaronbuchwald +* @ceyonur @darioush @aaronbuchwald # These owners will be the owner of the contract-examples sub-directory. -contract-examples/ @dasconnor @anusha-ctrl +contract-examples/ @anusha-ctrl # These owners will be the owner of the scripts sub-directory. From ac1949f7e94c9d8199d84f7fa04f9e58b30ed8a1 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Tue, 7 Feb 2023 16:51:27 -0800 Subject: [PATCH 2/2] Add Anusha as codeowner of peer/ package --- .github/CODEOWNERS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ad38ee72cb..cefba6cdf5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,10 +8,8 @@ * @ceyonur @darioush @aaronbuchwald -# These owners will be the owner of the contract-examples sub-directory. +# Specific directories: +peer/ @anusha-ctrl contract-examples/ @anusha-ctrl - -# These owners will be the owner of the scripts sub-directory. - scripts/ @anusha-ctrl