From 35684fa4bc8d2288d479cb8aa9d275b14bfefead Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 9 Oct 2024 13:09:19 -0700 Subject: [PATCH] [Github] Switch vectorization PR label to vectorizers (#111633) 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 8cc6c36fa945..cef478233151 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/**/*