[llvm] [Github] Switch vectorization PR label to vectorizers (PR #111633)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 22:57:49 PDT 2024


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/111633

This changes the PR label to match the name of the subscriber team.

Fixes #111485.

>From 1a663c858d22f2c64882044ffbee7f6266e0387f Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 9 Oct 2024 05:54:59 +0000
Subject: [PATCH] [Github] Switch vectorization PR label to vectorizers

This changes the PR label to match the name of the subscriber team.

Fixes #111485.
---
 .github/new-prs-labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 8cc6c36fa945b7..cef47823315106 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -69,7 +69,7 @@ PGO:
   - llvm/**/llvm-profdata/**/*
   - llvm/**/llvm-profgen/**/*
 
-vectorization:
+vectorizers:
   - llvm/lib/Transforms/Vectorize/**/*
   - llvm/include/llvm/Transforms/Vectorize/**/*
 



More information about the llvm-commits mailing list