From 2ef25a22007f894e811553ab954b588b93897d56 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:42:54 -0800 Subject: [PATCH] Update CODEOWNERS file. --- CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 94060c890e..b4391fbe35 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,14 +1,17 @@ +/CODEOWNERS @microsoft/onnxruntime-admin + # Mobile /onnxruntime/core/flatbuffers/schema/ort.fbs @microsoft/onnxruntime-mobile -# Contrib Ops +# MLAS and related 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 -# build pipelines +# build pipelines and workflows /tools/ci_build/github/azure-pipelines @microsoft/onnxruntime-es +/.github/workflows @microsoft/onnxruntime-es # Dependencies requirements-dev.txt @microsoft/onnxruntime-admin