Skip to content

Commit

Permalink
Add owners for public facing API files (microsoft#15288)
Browse files Browse the repository at this point in the history
### Description
Add owners for public facing API files

### Motivation and Context
Tighter control on the APIs
  • Loading branch information
pranavsharma authored Mar 31, 2023
1 parent 605c2f4 commit 818b94b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 818b94b

Please sign in to comment.