summaryrefslogtreecommitdiff
path: root/OWNERS
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-11-09 21:48:11 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-11-09 21:53:24 +0300
commitdf0c4ee06aaa7cd147d69e938ebd89ee81c50402 (patch)
treedc136a9f7fa71154a373f986462a96aca7d2beff /OWNERS
parentca9e6be63a9ca27e61563cde688ce3e8f47c233f (diff)
downloadbmcweb-df0c4ee06aaa7cd147d69e938ebd89ee81c50402.tar.xz
OWNERS: fix syntax
The existing config is missing owners in exact match. Also, onwers have to be array of strings. Reference: [1] https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/config.md Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ic9639f5e6c83d4dee947c3fddc48de43f0d6aa61
Diffstat (limited to 'OWNERS')
-rw-r--r--OWNERS34
1 files changed, 22 insertions, 12 deletions
diff --git a/OWNERS b/OWNERS
index ed73c5bb10..b0f9f111df 100644
--- a/OWNERS
+++ b/OWNERS
@@ -78,28 +78,38 @@ matchers:
# unit tests
- suffix: _test.cpp
owners:
- nanzhoumails@gmail.com
+ - nanzhoumails@gmail.com
# Redfish schemas
- exact: redfish-core/include/query.hpp
- nanzhoumails@gmail.com
+ owners:
+ - nanzhoumails@gmail.com
- exact: redfish-core/include/utils/query_param.hpp
- nanzhoumails@gmail.com
+ owners:
+ - nanzhoumails@gmail.com
- exact: redfish-core/lib/certificate_service.hpp
- nanzhoumails@gmail.com
+ owners:
+ - nanzhoumails@gmail.com
- exact: redfish-core/lib/log_service.hpp
- nanzhoumails@gmail.com
+ owners:
+ - nanzhoumails@gmail.com
- exact: redfish-core/lib/memory.hpp
- nanzhoumails@gmail.com
+ owners:
+ - nanzhoumails@gmail.com
- exact: redfish-core/lib/sensors.hpp
- nanzhoumails@gmail.com
- krzysztof.grobelny@intel.com
+ owners:
+ - nanzhoumails@gmail.com
+ - krzysztof.grobelny@intel.com
- exact: redfish-core/lib/event_service.hpp
- krzysztof.grobelny@intel.com
+ owners:
+ - krzysztof.grobelny@intel.com
- exact: redfish-core/lib/power.hpp
- krzysztof.grobelny@intel.com
+ owners:
+ - krzysztof.grobelny@intel.com
- exact: redfish-core/lib/thermal.hpp
- krzysztof.grobelny@intel.com
+ owners:
+ - krzysztof.grobelny@intel.com
- exact: redfish-core/lib/virtual_media.hpp
- krzysztof.grobelny@intel.com
+ owners:
+ - krzysztof.grobelny@intel.com