From cd0f2fb48c0c864640b14e5b26600422b39fbb23 Mon Sep 17 00:00:00 2001 From: Thiago Crepaldi Date: Fri, 28 Aug 2020 15:57:52 -0700 Subject: [PATCH] Add code oweners for pytorch frontend (#4963) --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index fbfd2ddca8..be96e068c1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,11 @@ * @Microsoft/onnxruntime + +# Python frontend owners +orttraining/*.py @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +orttraining/orttraining/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +orttraining/orttraining/test/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +orttraining/pytorch_frontend_examples/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +onnxruntime/*.py @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +onnxruntime/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +onnxruntime/test/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu +samples/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu