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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: David Spickett (DavidSpickett)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/133120.diff


1 Files Affected:

- (modified) libcxx/utils/ci/BOT_OWNERS.txt (+4-3) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/133120


More information about the libcxx-commits mailing list