Skip to content

Commit 13342a8

Browse files
committed
[runtimes] Fix CODEOWNERS file for libc++, libc++abi and libunwind
@llvm/pr-subscribers-{libcxx,libcxxabi,libunwind} should not be listed as the code owner teams for these projects. These teams exist for notification purposes, not to encode review authority.
1 parent f3c2a3d commit 13342a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,16 +326,16 @@
326326
/clang/lib/CodeGen/Targets/M68k.cpp @llvm/pr-subscribers-m68k
327327

328328
# libcxx
329-
/libcxx/ @llvm/pr-subscribers-libcxx
330-
/runtimes/ @llvm/pr-subscribers-libcxx
329+
/libcxx/ @llvm/reviewers-libcxx
330+
/runtimes/ @llvm/reviewers-libcxx
331331

332332
# libcxxabi
333-
/libcxxabi/ @llvm/pr-subscribers-libcxxabi
334-
/runtimes/ @llvm/pr-subscribers-libcxxabi
333+
/libcxxabi/ @llvm/reviewers-libcxxabi
334+
/runtimes/ @llvm/reviewers-libcxxabi
335335

336336
# libunwind
337-
/libunwind/ @llvm/pr-subscribers-libunwind
338-
/runtimes/ @llvm/pr-subscribers-libunwind
337+
/libunwind/ @llvm/reviewers-libunwind
338+
/runtimes/ @llvm/reviewers-libunwind
339339

340340
# objectyaml
341341
/llvm/include/llvm/ObjectYAML/ @llvm/pr-subscribers-objectyaml

0 commit comments

Comments
 (0)