[llvm] [Github] Label lldb-dap PRs (PR #125139)
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 15:48:10 PST 2025
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/125139
Automatically apply the `lldb-dap` label to relevant PRs.
>From b67d77d3946b89a116984e0d15b2d3265bc6d9ec Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Thu, 30 Jan 2025 15:46:50 -0800
Subject: [PATCH] [Github] Label lldb-dap PRs
Automatically apply the `lldb-dap` label to relevant PRs.
---
.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 566308bb3df8d6..9863ff087ca86f 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -730,6 +730,9 @@ llvm:regalloc:
lldb:
- lldb/**
+lldb-dap:
+ - lldb/tools/lldb-dap/**
+
backend:AMDGPU:
- '**/*amdgpu*'
- '**/*AMDGPU*'
More information about the llvm-commits
mailing list