From 095f637b25621fbfde849d581a15642256aa9da1 Mon Sep 17 00:00:00 2001 From: alisakina99 <44476668+alisakina99@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:53:57 -0500 Subject: [PATCH 1/3] Create CODEOWNERS --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..56bd50b75 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,17 @@ +# The amba-maintainers team is responsible for reviewing and merging all PRs +* @Azure/amba-maintainers + +## The amba-cosmos team is responsible for all CosmosDB-related PRs +services/DocumentDB/databaseAccounts @Azure/aprl-maintainers @Azure/amba-cosmos + +## The amba-mysql team is responsible for all MySQL-related PRs +services/DBforMySQL @Azure/amba-maintainers @Azure/amba-mysql + +## The amba-postgres team is responsible for all PostgreSQL-related PRs +services/DBforPostgreSQL @Azure/amba-maintainers @Azure/amba-postgres + +## The amba-sql team is responsible for all SQL-related PRs +services/Sql @Azure/amba-maintainers @Azure/amba-sql + +## Remove owners from the following paths +tools/data/recommendations.json From 9236ad33d6e78123ce0454968e41320d8d8b9eda Mon Sep 17 00:00:00 2001 From: alisakina99 <44476668+alisakina99@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:37:25 -0500 Subject: [PATCH 2/3] Update .github/CODEOWNERS Co-authored-by: Zach Trocinski <30884663+oZakari@users.noreply.github.com> --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 56bd50b75..dddd98e6e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,5 +13,3 @@ services/DBforPostgreSQL @Azure/amba-maintainers @Azure/amba-postgres ## The amba-sql team is responsible for all SQL-related PRs services/Sql @Azure/amba-maintainers @Azure/amba-sql -## Remove owners from the following paths -tools/data/recommendations.json From 10e5750c77d6f69d2559f22aa88ba875a44d0b44 Mon Sep 17 00:00:00 2001 From: alisakina99 <44476668+alisakina99@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:48:34 -0500 Subject: [PATCH 3/3] added VM team --- .github/CODEOWNERS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dddd98e6e..fc31ddff0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,17 @@ # The amba-maintainers team is responsible for reviewing and merging all PRs * @Azure/amba-maintainers -## The amba-cosmos team is responsible for all CosmosDB-related PRs +## The amba-cosmos team is responsible for all CosmosDB related PRs services/DocumentDB/databaseAccounts @Azure/aprl-maintainers @Azure/amba-cosmos -## The amba-mysql team is responsible for all MySQL-related PRs +## The amba-mysql team is responsible for all MySQL related PRs services/DBforMySQL @Azure/amba-maintainers @Azure/amba-mysql -## The amba-postgres team is responsible for all PostgreSQL-related PRs +## The amba-postgres team is responsible for all PostgreSQL related PRs services/DBforPostgreSQL @Azure/amba-maintainers @Azure/amba-postgres -## The amba-sql team is responsible for all SQL-related PRs +## The amba-sql team is responsible for all SQL related PRs services/Sql @Azure/amba-maintainers @Azure/amba-sql +## The amba-vm team is responsible for all VM related PRs +services/Compute @Azure/amba-maintainers @Azure-amba-vm