Skip to content

Commit 9f16475

Browse files
committed
chore: add code ownership rules for package management files
- Add @hevayo @gigara @kanushka as owners for package.json, lock files, and rush configuration - Add ownership for /common/ directory to protect build and dependency infrastructure - Ensure all dependency and build configuration changes require security review
1 parent a307e9d commit 9f16475

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
*.css @hevayo @gigara @tharindulak
33
*.scss @hevayo @gigara @tharindulak
44
.trivyignore @hevayo @gigara
5+
package.json @hevayo @gigara @kanushka
6+
package-lock.json @hevayo @gigara @kanushka
7+
pnpm-lock.yaml @hevayo @gigara @kanushka
8+
pnpm-workspace.yaml @hevayo @gigara @kanushka
9+
rush.json @hevayo @gigara @kanushka
10+
/common/ @hevayo @gigara @kanushka
511
/workspaces/common-libs/ @hevayo @gigara @tharindulak
612
/workspaces/mi/ @hevayo @gigara @kaumini
713
/workspaces/ballerina/ballerina-core/src/interfaces/extended-lang-client.ts @hevayo @axewilledge @kanushka

0 commit comments

Comments
 (0)