From 818b94b4eaa9f894cdf489ce2cd5ee3536f67bcc Mon Sep 17 00:00:00 2001 From: Pranav Sharma Date: Thu, 30 Mar 2023 17:16:15 -0700 Subject: [PATCH] Add owners for public facing API files (#15288) ### Description Add owners for public facing API files ### Motivation and Context Tighter control on the APIs --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index b4391fbe35da0..f7dfa419500d0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -20,3 +20,17 @@ requirements-training.txt @microsoft/onnxruntime-admin requirements.txt.in @microsoft/onnxruntime-admin /cgmanifests/cgmanifest.json @microsoft/onnxruntime-admin /cgmanifests/generated/cgmanifest.json @microsoft/onnxruntime-admin + +# Public facing APIs +# C/C++ +/onnxruntime/include/onnxruntime/core/session/onnxruntime_c_api.h @microsoft/onnxruntime-api +/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_api.h @microsoft/onnxruntime-api +/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_inline.h @microsoft/onnxruntime-api + +# C# +/onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime/*.cs @microsoft/onnxruntime-api + +# Python +/onnxruntime/onnxruntime/python/*.h @microsoft/onnxruntime-api +/onnxruntime/onnxruntime/python/*.cc @microsoft/onnxruntime-api +/onnxruntime/onnxruntime/python/*.py @microsoft/onnxruntime-api