[llvm] [Clang][GitHub][NFC] Auto-add clang:bytecode label for PR (PR #136148)
Yanzuo Liu via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 08:38:46 PDT 2025
https://github.com/zwuis created https://github.com/llvm/llvm-project/pull/136148
None
>From e1efc1dac69b8ef6b31e9a83d1a008d1aa510ce7 Mon Sep 17 00:00:00 2001
From: Yanzuo Liu <zwuis at outlook.com>
Date: Thu, 17 Apr 2025 23:33:08 +0800
Subject: [PATCH] Auto-add clang:bytecode label for PR
---
.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 b93cdff8af345..996160b9705ed 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -7,6 +7,12 @@ ClangIR:
- clang/tools/cir-*/**/*
- clang/test/CIR/**/*
+clang:bytecode:
+ - clang/docs/ConstantInterpreter.rst
+ - clang/lib/AST/ByteCode/**/*
+ - clang/test/AST/ByteCode/**/*
+ - clang/unittests/AST/ByteCode/**/*
+
clang:dataflow:
- clang/include/clang/Analysis/FlowSensitive/**/*
- clang/lib/Analysis/FlowSensitive/**/*
More information about the llvm-commits
mailing list