Skip to content

Commit

Permalink
Adding CODEOWNERS (zephyrproject-rtos#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvintc authored Dec 1, 2021
1 parent 90511ed commit 6d79e65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit 6d79e65

Please sign in to comment.