Skip to content

Commit

Permalink
CODEOWNERS: remove marc-hb
Browse files Browse the repository at this point in the history
New assignment.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
(cherry picked from commit 077187d)
  • Loading branch information
marc-hb committed Sep 19, 2024
1 parent 4b0b5bb commit 6047e52
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ samples/audio/detect_test.c @iganakov

# other helpers
# Many files overridden by *.(ba)sh pattern below
scripts/* @marc-hb
# scripts/* TODO

# tools(old 'soft' repo)
tools/logger/* @bkokoszx @akloniex
Expand All @@ -98,27 +98,27 @@ zephyr/lib/alloc.c @dabekjakub
zephyr/lib/regions_mm.c @dabekjakub

# installer
installer/** @marc-hb
# installer/** TODO

# CMake

# Include only "top-level" CMakeLists.txt files; the other ones are just
# dumb list of source files and generate too much noise.
/CMakeLists.txt @marc-hb
/*/CMakeLists.txt @marc-hb
/test/cmocka/CMakeLists.txt @marc-hb
# /CMakeLists.txt TODO
#/*/CMakeLists.txt TODO
# /test/cmocka/CMakeLists.txt TODO

# There's a small enough number of files in tools/ and little
# churn: keep it simple and take them all.
# FIXME: some topology CMakeLists.txt files are configuration files
# in disguise. Move them to actual configuration files.
/tools/**/CMakeLists.txt @marc-hb
# /tools/**/CMakeLists.txt TODO

*.sh @marc-hb
*.bash @marc-hb
# *.sh TODO
# *.bash TODO
*trace.* @akloniex

/.github/ @dbaluta @cujomalainey @lgirdwood @marc-hb
/.github/ @dbaluta @cujomalainey @lgirdwood

# You can also use email addresses if you prefer.
#docs/* docs@example.com

0 comments on commit 6047e52

Please sign in to comment.