Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 7922bd6

Browse files
authored
Add CODEOWNERS file (#126)
1 parent 9a12040 commit 7922bd6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CODEOWNERS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 @drahnr @Xanewok @montekki
21+
/scripts/ @paritytech/ci @drahnr @Xanewok @montekki
22+
/.gitlab-ci.yml @paritytech/ci @drahnr @Xanewok @montekki

0 commit comments

Comments
 (0)