1# CODEOWNERS for autoreview assigning in github
2
3# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
4
5# Order is important; for each modified file, the last matching
6# pattern takes the most precedence.
7# That is, with the last pattern being
8# *.rst                                     @nashif
9# if only .rst files are being modified, only nashif is
10# automatically requested for review, but you can manually
11# add others as needed.
12
13*                                @krish2718 @sachinthegreen @rado17 @jukkar
14/fw_if/umac_if/inc/fw/           @udaynordic @rajb9 @srkanordic
15/hw_if/hal/inc/fw/               @udaynordic @rajb9 @srkanordic
16