[llvm] [github] Label PRs touching CMake-related files with the 'cmake' tag (PR #66247)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 10:04:38 PDT 2023


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/66247:

None

>From 3ecbe147f5b32f926a419620c8de2772ce64b787 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Wed, 13 Sep 2023 13:03:38 -0400
Subject: [PATCH] [github] Label PRs touching CMake-related files with the
 'cmake' tag

---
 .github/new-prs-labeler.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 5ecfc9ca42a4154..1eec4280c9ec8f3 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -360,6 +360,11 @@ debuginfo:
 github:workflow:
   - .github/workflows/**
 
+cmake:
+  - cmake/**
+  - llvm/cmake/**
+  - runtimes/**
+
 flang:driver:
   - flang/tools/flang-driver/**
   - flang/unittests/Frontend/**
@@ -379,15 +384,12 @@ backend:m68k:
 
 libc++:
   - libcxx/**
-  - runtimes/**
 
 libc++abi:
   - libcxxabi/**
-  - runtimes/**
 
 libunwind:
   - libunwind/**
-  - runtimes/**
 
 objectyaml:
   - llvm/include/llvm/ObjectYAML/**



More information about the llvm-commits mailing list