Skip to content

Commit 9d3a8ca

Browse files
authored
Merge pull request #711 from pubudu538/main
Add codeowners for GoLang dependency verifications
2 parents f030446 + 61738b2 commit 9d3a8ca

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CODEOWNERS file for WSO2 API Platform
2+
# This file defines code ownership and review requirements for specific files and directories.
3+
# Owners will be automatically requested for review when someone opens a pull request that modifies code they own.
4+
5+
# Go Dependencies - Require approval for any changes to Go module files
6+
# This ensures that dependency updates are reviewed for security, compatibility, and licensing concerns.
7+
8+
# Root level go.work files
9+
/go.work @pubudu538 @malinthaprasan @Krishanx92
10+
/go.work.sum @pubudu538 @malinthaprasan @Krishanx92
11+
12+
# All go.mod and go.sum files throughout the repository
13+
**/go.mod @pubudu538 @malinthaprasan @Krishanx92
14+
**/go.sum @pubudu538 @malinthaprasan @Krishanx92

0 commit comments

Comments
 (0)