From b66a36c94a4a79552f0f63eb87652e8378ebe6ef Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 14 Sep 2023 14:56:36 -0400 Subject: [PATCH] [runtimes] Add CODEOWNERS entries for libc++, libc++abi and libunwind 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 --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000000..ded7d9df068e0 --- /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