-
Notifications
You must be signed in to change notification settings - Fork 20
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (30 loc) · 1.52 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ==================================================================================
# ==================================================================================
# Sinbad CODEOWNERS
# ==================================================================================
# ==================================================================================
#
# Configuration of code ownership and review approvals for the binary-com/deriv-com repo.
#
# More info: https://help.github.com/articles/about-codeowners/
# ================================================
# GitHub username registry
# (just to make this file easier to understand)
# ================================================
# prince-deriv
######################################################################################################
#
# CODEOWNERS rules
# -----------------
#
# All the following rules are applied in the order specified in this file.
# The last rule that matches wins!
#
# See https://git-scm.com/docs/gitignore#_pattern_format for pattern syntax docs.
#
######################################################################################################
# ==============================================================
# Default Owners
# (in case no pattern matches a path in a PR - this should be treated as a bug and result in adding the path to CODEOWNERS)
# ==============================================================
* @prince-deriv