[llvm] Update wording for GitHub CI/CD admin requests to direct to the LLVM Infrastructure Area Team (PR #150462)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 10:00:37 PDT 2025


https://github.com/dwblaikie created https://github.com/llvm/llvm-project/pull/150462

(we should probably add some doc pages about governance/area teams/etc that this
could link to... )


>From eae18790b018ed8fc7874b8c22634ebe012c419a Mon Sep 17 00:00:00 2001
From: David Blaikie <dblaikie at gmail.com>
Date: Thu, 24 Jul 2025 16:58:32 +0000
Subject: [PATCH] Update wording for GitHub CI/CD admin requests to direct to
 the LLVM Infrastructure Area Team

---
 llvm/docs/GitHub.rst | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index f43792be6f93d..9c925279c2e30 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -567,8 +567,11 @@ branch.  Just make sure to add the release milestone to the pull request.
 Getting admin access to CI infrastructure
 =========================================
 
-Any individual who is responsible for setting up and/or maintaining CI infrastructure for a LLVM project can
-request to be granted the CI/CD role to the LLVM organization admins. The request can be made by creating
-`a Github issue <https://github.com/llvm/llvm-project/issues/new>`_ and using the ``infrastructure`` label.
-Applicants must include a justification for why the role is being requested. Applications are reviewed on a
-case-by-case basis by the LLVM admins and the role can be revoked at any point as the LLVM admins see fit.
+Any individual who is responsible for setting up and/or maintaining CI
+infrastructure for a LLVM project can request to be granted the CI/CD role by
+the LLVM infrastructure area team. The request can be made by creating `a
+Github issue <https://github.com/llvm/llvm-project/issues/new>`_ and using the
+``infrastructure`` label.  Applicants must include a justification for why the
+role is being requested. Applications are reviewed on a case-by-case basis by
+the LLVM infrastructure area team and the role can be revoked at any point as
+the area team sees fit.



More information about the llvm-commits mailing list