[llvm] [CI][libclang] Add PR autolabeling for libclang (PR #102809)

Jannick Kremer via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 11 03:07:03 PDT 2024


https://github.com/DeinAlptraum created https://github.com/llvm/llvm-project/pull/102809

This automatically adds the `clang:as-a-library` label to the C and Python bindings and the libclang library

>From cabf6822cd14437146c449423dfd7e83503d003e Mon Sep 17 00:00:00 2001
From: Jannick Kremer <jannick.kremer at mailbox.org>
Date: Sun, 11 Aug 2024 12:04:13 +0200
Subject: [PATCH] [CI][libclang] Add PR autolabeling for libclang

---
 .github/new-prs-labeler.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index f79d1a9d24583d..aa02017b26e74c 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -990,6 +990,11 @@ clang:openmp:
   - llvm/unittests/Frontend/OpenMP*
   - llvm/test/Transforms/OpenMP/**
 
+clang:as-a-library:
+  - clang/tools/libclang/**
+  - clang/bindings/**
+  - clang/include/clang-c/**
+
 openmp:libomp:
   - any: ['openmp/**', '!openmp/libomptarget/**']
 



More information about the llvm-commits mailing list