[llvm] [CI] Add more glob patterns for `mlir:python` label (PR #174711)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 6 23:54:20 PST 2026
https://github.com/PragmaTwice created https://github.com/llvm/llvm-project/pull/174711
Right now, some paths for `mlir:python` are missing, which means the right maintainers don’t always get notified. This PR adds those paths.
>From 58566dd1fa52f9813dcb857691884cf746389fad Mon Sep 17 00:00:00 2001
From: Twice <twice at apache.org>
Date: Wed, 7 Jan 2026 15:53:55 +0800
Subject: [PATCH] [CI] Add more glob patterns for `mlir:python` label
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Right now, some paths for `mlir:python` are missing, which means the right maintainers don’t always get notified. This PR adds those paths.
---
.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 b87f9b9ff3c11..22b5eda539302 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -475,6 +475,9 @@ mlir:python:
- changed-files:
- any-glob-to-any-file:
- mlir/python/**/*
+ - mlir/include/mlir/Bindings/Python/**
+ - mlir/lib/Bindings/Python/**
+ - mlir/tools/mlir-tblgen/*Python*
mlir:vectorops:
- changed-files:
More information about the llvm-commits
mailing list