From ca3d04561ba8686bb6dd094190a1f49f59ace652 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sun, 22 Mar 2026 11:01:45 -0700 Subject: [PATCH] [llubi][Github] Add llubi labelling support (#187877) So that one can easily subscribe to llubi PRs which are currently not labelled at all. --- .github/new-prs-labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml index fe7dfe16647d..4dd9e721afd5 100644 --- a/.github/new-prs-labeler.yml +++ b/.github/new-prs-labeler.yml @@ -1467,3 +1467,9 @@ infrastructure: - changed-files: - any-glob-to-any-file: - .ci/** + +tools:llubi: + - changed-files: + - any-glob-to-any-file: + - llvm/tools/llubi/** + - llvm/test/tools/llubi/**