CODEOWNERS: Clarify behaviour
Clarify the last matching rule, as it is not too intuitive (developers may have expected that all matching regexes would be added as code owners) Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
3e56c2cf16
commit
36627605ec
11
CODEOWNERS
11
CODEOWNERS
|
@ -1,7 +1,14 @@
|
|||
# CODEOWNERS for autoreview assigning in github
|
||||
|
||||
# Order is important; the last matching pattern takes the most
|
||||
# precedence.
|
||||
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
|
||||
|
||||
# Order is important; for each modified file, the last matching
|
||||
# pattern takes the most precedence.
|
||||
# That is, with the last pattern being
|
||||
# *.rst @dbkinder
|
||||
# if only .rst files are being modified, only dbkinder is
|
||||
# automatically requested for review, but you can manually
|
||||
# add others as needed.
|
||||
|
||||
# Do not use wildcard on all source yet
|
||||
# * @galak @nashif
|
||||
|
|
Loading…
Reference in a new issue