[llvm] [pr-subscribers] added `third-party:benchmark` to `new-prs-labeler` (PR #83486)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 13:29:40 PST 2024


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/83486

None

>From ed80f326e53f7780eda6df294e0d64910bb8ce3b Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Thu, 29 Feb 2024 13:27:48 -0800
Subject: [PATCH] [pr-subscribers] added `third-party:benchmark` to
 `new-prs-labeler`

---
 .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 8ed976fbdddc64..9a580c6d6984e1 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -869,6 +869,9 @@ backend:SystemZ:
 third-party:unittests:
   - third-party/unittests/**
 
+third-party:benchmark:
+  - third-party/benchmark/**
+
 llvm:binary-utilities:
   - llvm/docs/CommandGuide/llvm-*
   - llvm/include/llvm/BinaryFormat/**



More information about the llvm-commits mailing list