[llvm] Make LLVMbot trigger on changes to docs in general, and vectorization docs in particular (PR #173790)

Tibor Győri via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 28 08:40:57 PST 2025


https://github.com/TiborGY created https://github.com/llvm/llvm-project/pull/173790

Changes to `llvm/docs` should trigger @llvmbot to add labels and make notifications.
Changes to `llvm/docs/Vectorizers.rst` should be treated as a change to vectorizers by llvmbot.
This PR makes it so.

>From 62812ce13df847c7b5b64153412c1d65f6221e66 Mon Sep 17 00:00:00 2001
From: GYT <tiborgyri at gmail.com>
Date: Sun, 28 Dec 2025 17:36:58 +0100
Subject: [PATCH] make LLVMbot trigger on changes to docs in general, and
 vectorization docs in particular

---
 .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 b87f9b9ff3c11..e2ba735814580 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -111,6 +111,7 @@ vectorizers:
     - any-glob-to-any-file:
       - llvm/lib/Transforms/Vectorize/**/*
       - llvm/include/llvm/Transforms/Vectorize/**/*
+      - llvm/docs/Vectorizers.rst
 
 # IMPORTED FROM CODEOWNERS
 LTO:
@@ -1447,3 +1448,8 @@ infrastructure:
   - changed-files:
     - any-glob-to-any-file:
       - .ci/**
+
+documentation:
+  - changed-files:
+    - any-glob-to-any-file:
+      - llvm/docs/**



More information about the llvm-commits mailing list