File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Lists some code owners.
2+ #
3+ # A codeowner just oversees some part of the codebase. If an owned file is changed then the
4+ # corresponding codeowner receives a review request. An approval of the codeowner might be
5+ # required for merging a PR (depends on repository settings).
6+ #
7+ # For details about syntax, see:
8+ # https://help.github.com/en/articles/about-code-owners
9+ # But here are some important notes:
10+ #
11+ # - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core`
12+ # which can be everywhere.
13+ # - Multiple owners are supported.
14+ # - Either handle (e.g, @github_user or @github_org/team) or email can be used. Keep in mind,
15+ # that handles might work better because they are more recognizable on GitHub,
16+ # you can use them for mentioning unlike an email.
17+ # - The latest matching rule, if multiple, takes precedence.
18+
19+ # CI
20+ /.github / @ paritytech/ci
21+ /.gitlab-ci.yml @ paritytech/ci @ tomusdrw
You can’t perform that action at this time.
0 commit comments