forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CODEOWNERS (zephyrproject-rtos#8)
- Loading branch information
1 parent
90511ed
commit 6d79e65
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CODEOWNERS for autoreview assigning in github | ||
|
||
# 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 @nashif | ||
# if only .rst files are being modified, only nashif is | ||
# automatically requested for review, but you can manually | ||
# add others as needed. | ||
|
||
# Do not use wildcard on all source yet | ||
* @chrisvintc | ||
/.github/ @chrisvintc | ||
/1rtos/ @chrisvintc |