[llvm] [new-prs-labeler] Add "DXContainer" patterns to the backend:DirectX label (PR #85446)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 15 11:39:43 PDT 2024
https://github.com/bogner created https://github.com/llvm/llvm-project/pull/85446
None
>From 8fd9d3102a3899f5a8f1e6d706fbf0196f1c317a Mon Sep 17 00:00:00 2001
From: Justin Bogner <mail at justinbogner.com>
Date: Fri, 15 Mar 2024 11:37:41 -0700
Subject: [PATCH] [new-prs-labeler] Add "DXContainer" patterns to the
backend:DirectX label
---
.github/new-prs-labeler.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 09052e37dee569..a0428336d300f9 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -629,6 +629,8 @@ backend:DirectX:
- '**/*DirectX*/**'
- '**/*DXIL*/**'
- '**/*dxil*/**'
+ - '**/*DXContainer*'
+ - '**/*DXContainer*/**'
backend:SPIR-V:
- clang/lib/Driver/ToolChains/SPIRV.*
More information about the llvm-commits
mailing list