[llvm] new-prs-labeler: Add `clang-tools-extra` labeling (PR #78633)
Daniil Dudkin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 13:55:10 PST 2024
https://github.com/unterumarmung created https://github.com/llvm/llvm-project/pull/78633
There is no automatic labeling for the Extra Clang Tools, except Clang-Tidy and ClangD.
>From 932c89b72c9b3fe099ca9a6a5c8f222e1d91b66c Mon Sep 17 00:00:00 2001
From: Daniil Dudkin <unterumarmung at yandex.ru>
Date: Fri, 19 Jan 2024 00:54:10 +0300
Subject: [PATCH] new-prs-labeler: Add `clang-tools-extra` labeling
There is no automatic labeling for the Extra Clang Tools, except Clang-Tidy and ClangD.
---
.github/new-prs-labeler.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index e4ae2b7c839f9e..9b975d051b99e5 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -308,6 +308,9 @@ clang-tidy:
- clang-tools-extra/docs/clang-tidy/**
- clang-tools-extra/test/clang-tidy/**
+clang-tools-extra:
+ - clang-tools-extra/**
+
tools:llvm-mca:
- llvm/tools/llvm-mca/**
- llvm/include/llvm/MCA/**
More information about the llvm-commits
mailing list