[llvm] github: Add lib/CodeGen to PR autolabeler (PR #138131)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 1 06:45:05 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
Try to exclude SelectionDAG and GlobalISel since those have
their own labels
---
Full diff: https://github.com/llvm/llvm-project/pull/138131.diff
1 Files Affected:
- (modified) .github/new-prs-labeler.yml (+6)
``````````diff
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 1ec159bfaa090..06a8bfeb4ee73 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -554,6 +554,12 @@ flang:fir-hlfir:
flang:codegen:
- flang/**/CodeGen/**
+llvm:codegen:
+ - llvm/lib/CodeGen/*
+ - llvm/lib/CodeGen/MIRParser/*
+ - llvm/lib/CodeGen/LiveDebugValues/*
+ - llvm/lib/CodeGen/AsmPrinter/*
+
llvm:globalisel:
- llvm/**/GlobalISel/**
- llvm/utils/TableGen/GlobalISel*
``````````
</details>
https://github.com/llvm/llvm-project/pull/138131
More information about the llvm-commits
mailing list