| fb9971a4 | 09-Sep-2019 |
Jed Brown <jed@jedbrown.org> |
Update CODEOWNERS for nesting semantics
From https://docs.gitlab.com/ee/user/project/code_owners.html
# Ending a path in a `/` will specify the code owners for every file # nested in that direc
Update CODEOWNERS for nesting semantics
From https://docs.gitlab.com/ee/user/project/code_owners.html
# Ending a path in a `/` will specify the code owners for every file # nested in that directory, on any level /docs/ @all-docs
# Ending a path in `/*` will specify code owners for every file in # that directory, but not nested deeper. This will match # `docs/index.md` but not `docs/projects/index.md` /docs/* @root-docs
# This will make a `lib` directory nested anywhere in the repository # match lib/ @lib-owner
show more ...
|