[llvm] [github] Change "code owners" note to refer to "maintainers" (PR #118087)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 29 04:22:35 PST 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/118087
None
>From f602a44d520906fe1823310998f481063316d40a Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 29 Nov 2024 12:21:46 +0000
Subject: [PATCH] [github] Change "code owners" note to refer to "maintainers"
---
.github/CODEOWNERS | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 24f8704967d46a..098d36f1622052 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -7,10 +7,9 @@
# to receive an approval from a "code owner" in particular -- any LLVM project
# member can approve pull requests.
#
-# Note that GitHub's concept of "code owner" is independent from LLVM's own
-# "code owner" concept, they merely happen to share terminology. See
-# https://llvm.org/docs/DeveloperPolicy.html#code-owners, as well as the
-# CODE_OWNERS.txt files in the respective subproject directories.
+# This is independent of LLVM's own "maintainer" concept.
+# See https://llvm.org/docs/DeveloperPolicy.html#maintainers as well as the
+# Maintainers.* files in the the respective subproject directories.
/libcxx/ @llvm/reviewers-libcxx
/libcxxabi/ @llvm/reviewers-libcxxabi
More information about the llvm-commits
mailing list