From f1a04078e97b47f2766b72de49e8a8eb6e4f6220 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 29 Jul 2022 07:05:41 -0700 Subject: [PATCH] Update CODEOWNERS to add a line for yaml files (#12378) --- CODEOWNERS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e467acdd81..7ba3ea3c0a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,7 +3,10 @@ /onnxruntime/core/framework/kernel_def_hash_helpers.* @microsoft/onnxruntime-mobile # Contrib Ops -onnxruntime/core/graph/contrib_ops/nhwc_schema_defs.cc @microsoft/onnxruntime-mlas -onnxruntime/core/graph/contrib_ops/nchwc_schema_defs.cc @microsoft/onnxruntime-mlas -onnxruntime/core/graph/contrib_ops/quantization_defs.* @microsoft/onnxruntime-mlas -onnxruntime/core/mlas/** @microsoft/onnxruntime-mlas +/onnxruntime/core/graph/contrib_ops/nhwc_schema_defs.cc @microsoft/onnxruntime-mlas +/onnxruntime/core/graph/contrib_ops/nchwc_schema_defs.cc @microsoft/onnxruntime-mlas +/onnxruntime/core/graph/contrib_ops/quantization_defs.* @microsoft/onnxruntime-mlas +/onnxruntime/core/mlas/** @microsoft/onnxruntime-mlas + +# build pipelines +/tools/ci_build/github/azure-pipelines @microsoft/onnxruntime-es