Skip to content

Commit 818b94b

Browse files
authored
Add owners for public facing API files (microsoft#15288)
### Description Add owners for public facing API files ### Motivation and Context Tighter control on the APIs
1 parent 605c2f4 commit 818b94b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CODEOWNERS

+14
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@ requirements-training.txt @microsoft/onnxruntime-admin
2020
requirements.txt.in @microsoft/onnxruntime-admin
2121
/cgmanifests/cgmanifest.json @microsoft/onnxruntime-admin
2222
/cgmanifests/generated/cgmanifest.json @microsoft/onnxruntime-admin
23+
24+
# Public facing APIs
25+
# C/C++
26+
/onnxruntime/include/onnxruntime/core/session/onnxruntime_c_api.h @microsoft/onnxruntime-api
27+
/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_api.h @microsoft/onnxruntime-api
28+
/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_inline.h @microsoft/onnxruntime-api
29+
30+
# C#
31+
/onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime/*.cs @microsoft/onnxruntime-api
32+
33+
# Python
34+
/onnxruntime/onnxruntime/python/*.h @microsoft/onnxruntime-api
35+
/onnxruntime/onnxruntime/python/*.cc @microsoft/onnxruntime-api
36+
/onnxruntime/onnxruntime/python/*.py @microsoft/onnxruntime-api

0 commit comments

Comments
 (0)