[llvm] [libc++] Tag PRs that modify libc++ workflows appropriately (PR #89798)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 10:30:54 PDT 2024


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

None

>From 0f4faf3074d260959f56d40bd4f6282cc0999ed4 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Tue, 23 Apr 2024 13:30:12 -0400
Subject: [PATCH] [libc++] Tag PRs that modify libc++ workflows appropriately

---
 .github/new-prs-labeler.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 9cf64417d3cb2c..20344f7b64cd16 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -467,6 +467,7 @@ backend:m68k:
 
 libc++:
   - libcxx/**
+  - .github/workflows/libcxx-*
 
 libc++abi:
   - libcxxabi/**



More information about the llvm-commits mailing list