[llvm] github: Add tablegen directories to PR autolabeler (PR #109129)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 05:39:03 PDT 2024


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

None

>From 2541f31598941f501a4d4e5ad50aa0a5e3276fed Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Wed, 18 Sep 2024 16:37:53 +0400
Subject: [PATCH] github: Add tablegen directories to PR autolabeler

---
 .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 8789495ec2fe9c..8cc6c36fa945b7 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -1008,3 +1008,8 @@ bazel:
 
 offload:
   - offload/**
+
+tablegen:
+  - llvm/include/TableGen/**
+  - llvm/lib/TableGen/**
+  - llvm/utils/TableGen/**



More information about the llvm-commits mailing list