[llvm] Add new "llvm:SandboxIR" label to .github/new-prs-labeler.yml (PR #115965)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 16:18:28 PST 2024
https://github.com/slackito created https://github.com/llvm/llvm-project/pull/115965
As requested in https://github.com/llvm/llvm-project/pull/115577#issuecomment-2466300749
>From 2dffc117beca2b147419f29cc42e0801b2800b12 Mon Sep 17 00:00:00 2001
From: Jorge Gorbe Moya <jgorbe at google.com>
Date: Tue, 12 Nov 2024 16:14:28 -0800
Subject: [PATCH] Add new "llvm:SandboxIR" label to .github/new-prs-labeler.yml
---
.github/new-prs-labeler.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index c6746779d2dca6..54290f15419d9a 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -587,6 +587,12 @@ llvm:ir:
- llvm/docs/LangRef.rst
- llvm/unittests/IR/**
+llvm:SandboxIR:
+ - llvm/lib/SandboxIR/**
+ - llvm/include/llvm/SandboxIR/**
+ - llvm/docs/SandboxIR.md
+ - llvm/unittests/SandboxIR/**
+
llvm:analysis:
- llvm/lib/Analysis/**
- llvm/include/llvm/Analysis/**
More information about the llvm-commits
mailing list