aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-09-15 16:15:26 -0400
committerGitHub <noreply@github.com>2023-09-15 16:15:26 -0400
commit8f44edbd244c62a0d08e105638041133010be71a (patch)
treef5502f207e87b98a068d4121a4c7f305bfaf5b60 /.github/CODEOWNERS
parent3dc621124fedab11b2877114c104551c63649f1c (diff)
downloadllvm-8f44edbd244c62a0d08e105638041133010be71a.zip
llvm-8f44edbd244c62a0d08e105638041133010be71a.tar.gz
llvm-8f44edbd244c62a0d08e105638041133010be71a.tar.bz2
[runtimes] Add CODEOWNERS entries for libc++, libc++abi and libunwind (#66416)
This ensures that a review from the appropriate teams is requested on PRs that modify files belonging to these projects. Relevant discussion: https://discourse.llvm.org/t/changes-to-pull-request-subscription-system
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..ded7d9d
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,4 @@
+/libcxx/ @llvm/reviewers-libcxx
+/libcxxabi/ @llvm/reviewers-libcxxabi
+/libunwind/ @llvm/reviewers-libunwind
+/runtimes/ @llvm/reviewers-libcxx