-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update codeowners to include new team members and granular ownership (#…
…354) * update codeowners * add proto files to ownership
- Loading branch information
1 parent
358bfa5
commit 9d5da17
Showing
1 changed file
with
21 additions
and
1 deletion.
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,12 +1,32 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
* @colin-axner @fedekunze @AdityaSripal | ||
* @colin-axner @AdityaSripal @crodriguezvega @seantking @charleenfei @damiannolan | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies 27-interchain-accounts files, only the interchain account owners | ||
# and not the global owner(s) will be requested for a review. | ||
|
||
# CODEOWNERS for the CODEOWNER file | ||
|
||
/.github/CODEOWNERS @colin-axner @AdityaSripal @crodriguezvega | ||
|
||
# CODEOWNERS for the core IBC module | ||
|
||
/modules/core/ @colin-axner @fedekunze @AdityaSripal | ||
/proto/core/ @colin-axner @fedekunze @AdityaSripal | ||
|
||
# CODEOWNERS for the light-clients | ||
|
||
/modules/light-clients/ @colin-axner @fedekunze @AdityaSripal | ||
/proto/lightclients/ @colin-axner @fedekunze @AdityaSripal | ||
|
||
# CODEOWNERS for ICS 20 | ||
|
||
/modules/apps/transfer/ @colin-axner @fedekunze @AdityaSripal | ||
/proto/applications/transfer/ @colin-axner @fedekunze @AdityaSripal | ||
|
||
# CODEOWNERS for interchain-accounts module | ||
|
||
/modules/apps/27-interchain-accounts/ @seantking @colin-axner @AdityaSripal | ||
/proto/applications/interchain_accounts/ @seantking @colin-axner @AdityaSripal |