[llvm] github: Add libclc to PR autolabeler (PR #149274)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 01:51:43 PDT 2025


https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/149274

None

>From 1e2454eddf2eefafe23a13e00fae2059b542cec8 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Thu, 17 Jul 2025 17:50:58 +0900
Subject: [PATCH] github: Add libclc to PR autolabeler

---
 .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 b05e9c6c56ed0..eb78a0deebd8a 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -48,6 +48,9 @@ flang:frontend:
   - flang/Evaluate/**/*
   - flang/Semantics/**/*
 
+libclc:
+  - libclc/**
+
 HLSL:
   - clang/*HLSL*/**/*
   - clang/**/*HLSL*



More information about the llvm-commits mailing list