-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (15 loc) · 1.16 KB
/
CODEOWNERS
File metadata and controls
20 lines (15 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# CODEOWNERS file for WSO2 API Platform
# This file defines code ownership and review requirements for specific files and directories.
# Owners will be automatically requested for review when someone opens a pull request that modifies code they own.
# Go Dependencies - Require approval for any changes to Go module files
# This ensures that dependency updates are reviewed for security, compatibility, and licensing concerns.
# These owners will be the default owners for everything in the repo.
* @RakhithaRR @Tharsanan1 @VirajSalaka @renuka-fernando @tharindu1st @malinthaprasan @AnuGayan @chamilaadhi @Arshardh @dushaniw @tgtshanika @senthuran16 @tharikaGitHub @senthuran16 @CrowleyRajapakse @hisanhunais @HiranyaKavishani @RakhithaRR @HeshanSudarshana @ashera96 @pubudu538 @Krishanx92 @PasanT9
# Root level go.work files
/go.work @pubudu538 @malinthaprasan @Krishanx92
/go.work.sum @pubudu538 @malinthaprasan @Krishanx92
# All go.mod and go.sum files throughout the repository
**/go.mod @pubudu538 @malinthaprasan @Krishanx92
**/go.sum @pubudu538 @malinthaprasan @Krishanx92
# VS Code launch configuration
/.vscode/launch.json @renuka-fernando