From df712f588c621981633e28b6a0ed70c280cbccb6 Mon Sep 17 00:00:00 2001 From: Paschalis Mpeis Date: Fri, 30 May 2025 08:16:05 +0100 Subject: [PATCH] [github/CODEOWNERS] Add paschalis-mpeis as BOLT reviewer (#141961) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 25ac0596d78b..c951a24fc8d3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -128,7 +128,7 @@ /mlir/**/Transforms/SROA.* @moxinilian # BOLT -/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @yota9 +/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @yota9 @paschalis-mpeis # Bazel build system. /utils/bazel/ @rupprecht @keith @aaronmondal