[libcxx-commits] [libcxx] [libcxx] Add GitHub usernames for Linaro managed bots (PR #133120)

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 26 09:40:27 PDT 2025


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/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.

>From da1e4287a4a824c8e27293a04fcad7e68477afd6 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Wed, 26 Mar 2025 16:38:02 +0000
Subject: [PATCH] [libcxx] Add GitHub usernames for Linaro managed bots

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.
---
 libcxx/utils/ci/BOT_OWNERS.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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