Update CODEOWNERS to add a line for yaml files (#12378)

This commit is contained in:
Changming Sun 2022-07-29 07:05:41 -07:00 committed by GitHub
parent c579497134
commit f1a04078e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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