Skip to content

Commit e0ef8d0

Browse files
authored
chore: fix codeowner team name (#856)
This was using an incorrect name. The correct name is @aws/aws-cdk-core-team. ## Was <img width="720" height="517" alt="image" src="https://github.com/user-attachments/assets/8b329077-8d96-40e6-bcf2-2c14526b1b35" /> ## Now <img width="458" height="339" alt="image" src="https://github.com/user-attachments/assets/ab854646-4086-4e53-8e68-64520dcf12d0" /> --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 8de138d commit e0ef8d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/.github/ @cdk-core-team
2-
/bin/ @cdk-core-team
3-
/lib/ @cdk-core-team
4-
/test/ @cdk-core-team
1+
/.github/ @aws/aws-cdk-core-team
2+
/bin/ @aws/aws-cdk-core-team
3+
/lib/ @aws/aws-cdk-core-team
4+
/test/ @aws/aws-cdk-core-team

0 commit comments

Comments
 (0)