Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CODEOWNERS 612 B
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they
# will be requested for review when someone opens a pull request.
*       @R.Boman

# These owners own a directory and nested subdirectories
/flow/ @acrovato
/heat/ @R.Boman
/mirrors/ @Kim.Liegeois
/katoptron/ @Kim.Liegeois
/tlnos/ @R.Boman
/waves/ @R.Boman

# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
#*.go docs@example.com