-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5652 from ballerina-platform/addcodeowner
Update codeowners
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
# Lines starting with '#' are comments. | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# See: https://help.github.com/articles/about-codeowners/ | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @hevayo @keizer619 | ||
* @keizer619 | ||
|
||
# Components | ||
/ballerina-test-automation/ @keizer619 | ||
/ballerina-test/ @keizer619 | ||
/build-time-tests/ @azinneera | ||
/cache-generator/ @warunalakshitha | ||
/config/ @keizer619 | ||
/devtools-integration-tests/ @azinneera | ||
/dist-repo-builder/ @keizer619 | ||
/examples/ @MaryamZi @NipunaRanasinghe @gimantha | ||
/gradle/ @keizer619 | ||
/installers/ @keizer619 | ||
/language-server-simulator/ @kavinduZoysa | ||
/project-api-tests/ @azinneera | ||
/resources/ @keizer619 | ||
/stdlib-integration-tests/ @NipunaRanasinghe |