[libcxx-commits] [libcxx] 3e59b00 - [libc++] Add GitHub usernames for Linaro managed bots (#133120)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 26 10:51:19 PDT 2025


Author: David Spickett
Date: 2025-03-26T13:51:16-04:00
New Revision: 3e59b00eb596c9d4aa5e1511babf62082996ca8d

URL: https://github.com/llvm/llvm-project/commit/3e59b00eb596c9d4aa5e1511babf62082996ca8d
DIFF: https://github.com/llvm/llvm-project/commit/3e59b00eb596c9d4aa5e1511babf62082996ca8d.diff

LOG: [libc++] Add GitHub usernames for Linaro managed bots (#133120)

This isn't the whole team, but enough that one of us will see it and
make sure the right person sees it.

Noted explicitly that Picolibc is also our responsiblity as it's not
always clear that that is tested on Arm.

Added: 
    

Modified: 
    libcxx/utils/ci/BOT_OWNERS.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/BOT_OWNERS.txt b/libcxx/utils/ci/BOT_OWNERS.txt
index de575c5913831..3a82bf6381c0d 100644
--- a/libcxx/utils/ci/BOT_OWNERS.txt
+++ b/libcxx/utils/ci/BOT_OWNERS.txt
@@ -5,12 +5,13 @@ cannot be figured out by the community alone.
 The list is sorted by surname and formatted to allow easy grepping and
 beautification by scripts. The fields are: name (N), email (E), web-address
 (W), PGP key ID and fingerprint (P), description (D), snail-mail address
-(S), Phabricator handle (H) and IRC handle (I). Each entry should contain at
-least the (N), (E) and (D) fields.
+(S), Phabricator handle (H), IRC handle (I) and GitHub username(s) (G).
+Each entry should contain at least the (N), (E) and (D) fields.
 
 N: Linaro Toolchain Working Group
 E: linaro-toolchain at lists.linaro.org
-D: Arm platforms
+D: Arm platforms and picolibc
+G: DavidSpickett, omjavaid, ceseo
 
 N: LLVM on Power
 E: powerllvm at ca.ibm.com


        


More information about the libcxx-commits mailing list