From e06fb82b40a42eaa6ed6c21b7dbe0fa4bd2443dc Mon Sep 17 00:00:00 2001 From: "Oleksandr \"Alex\" Zinenko" Date: Thu, 18 Apr 2024 14:43:31 +0200 Subject: [PATCH] [github] notify me about mlir python changes --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 601e590205b0..37aea5f6657f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -116,8 +116,8 @@ clang/test/AST/Interp/ @tbaederr /mlir/**/NVVM* @grypp # MLIR Python Bindings -/mlir/test/python/ @makslevental @stellaraccident -/mlir/python/ @makslevental @stellaraccident +/mlir/test/python/ @ftynse @makslevental @stellaraccident +/mlir/python/ @ftynse @makslevental @stellaraccident # BOLT /bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci