Skip to content

Commit 406b4df

Browse files
Add CODEOWNERS file (#1030)
* Add CODEOWNERS file * Fix path * Fix syntax error * Add additional codeowners rules * Apply suggested change * Fix typo Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
1 parent 9ea95ff commit 406b4df

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CODEOWNERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
# All of the core team members are global code owners.
20+
* @Robbepop @cmichi @ascjones @HCastano
21+
22+
# CI
23+
/.github/workflows/ @paritytech/ci @Robbepop @cmichi @ascjones @HCastano
24+
/scripts/.ci/ @paritytech/ci @Robbepop @cmichi @ascjones @HCastano
25+
/.gitlab-ci.yml @paritytech/ci @Robbepop @cmichi @ascjones @HCastano

0 commit comments

Comments
 (0)