[llvm] [UpdateTestChecks] Add @llvm/pr-subscribers-testing-tools to CODEOWNERS (PR #65338)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 08:28:28 PDT 2023


https://github.com/arichardson created https://github.com/llvm/llvm-project/pull/65338:

None

>From b30e0b75ecf27e3ecd0937ed0c75791d005c74b6 Mon Sep 17 00:00:00 2001
From: Alex Richardson <alexrichardson at google.com>
Date: Tue, 5 Sep 2023 08:27:34 -0700
Subject: [PATCH] [UpdateTestChecks] Add @llvm/pr-subscribers-testing-tools to
 CODEOWNERS

---
 .github/CODEOWNERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0f83e331e4537a..d79a518fde672d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -240,6 +240,8 @@
 /llvm/docs/CommandGuide/lit.rst @llvm/pr-subscribers-testing-tools
 /llvm/docs/TestingGuide.rst @llvm/pr-subscribers-testing-tools
 /llvm/test/Other/FileCheck-space.txt @llvm/pr-subscribers-testing-tools
+/llvm/utils/update*_test_checks.py @llvm/pr-subscribers-testing-tools
+/llvm/utils/UpdateTestChecks/ @llvm/pr-subscribers-testing-tools
 
 # debug-info
 /llvm/include/llvm/DebugInfo/ @llvm/pr-subscribers-debug-info



More information about the llvm-commits mailing list