Skip to content

Commit

Permalink
Add console team as codeowners for packages used by them. (#2311)
Browse files Browse the repository at this point in the history
* Add console team as codeowners for packages used by them.

* add comment
  • Loading branch information
sobolk authored Dec 9, 2024
1 parent f409666 commit 3838849
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@

# GitHub actions/checks approval
/.github/ @aws-amplify/amplify-backend-admins

# Packages used by console team.
/packages/backend-secret @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
# API.md change always has related code change. Both teams are notified, but API approval by backend team is mandatory this way.
/packages/backend-secret/API.md @aws-amplify/amplify-backend-api-approvers
/packages/backend-secret/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder
/packages/client-config @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
/packages/client-config/API.md @aws-amplify/amplify-backend-api-approvers
/packages/client-config/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder
/packages/deployed-backend-client @aws-amplify/amplify-backend @aws-amplify/amplify-studio-uibuilder
/packages/deployed-backend-client/API.md @aws-amplify/amplify-backend-api-approvers
/packages/deployed-backend-client/package.json @aws-amplify/amplify-backend-api-approvers @aws-amplify/amplify-studio-uibuilder

0 comments on commit 3838849

Please sign in to comment.