[llvm] [github] Add keith to bazel owners (NFC) (PR #92164)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 12:04:39 PDT 2024


https://github.com/keith created https://github.com/llvm/llvm-project/pull/92164

I'm interested in being CC'd on these changes

>From 9c97da1740b357e5ff154471bba9e1161931f74c Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Tue, 14 May 2024 12:02:07 -0700
Subject: [PATCH] [github] Add keith to bazel owners (NFC)

I'm interested in being CC'd on these changes
---
 .github/CODEOWNERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e25b2f50b1b4e..6adae58832e19 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -132,7 +132,7 @@ clang/test/AST/Interp/ @tbaederr
 /bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci
 
 # Bazel build system.
-/utils/bazel/ @rupprecht
+/utils/bazel/ @rupprecht @keith
 
 # InstallAPI and TextAPI
 /llvm/**/TextAPI/ @cyndyishida



More information about the llvm-commits mailing list