From 8813fc07f2a0d8f7a196ca0a64477b14feb2c166 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 18 Jul 2025 09:05:26 +0900 Subject: [PATCH] github: Add libclc to PR autolabeler (#149274) --- .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 7905f762bf8e..8e0fa8d42d73 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*