[llvm] [Github] Add pr-subscribers-infrastructure notifications (PR #142697)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 4 08:01:15 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-infrastructure
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
This patch sets up the new PRs labeller for a
pr-subscribers-infrastructure team that can be used for recieving notifications about infrastructure changes in the monorepo. This is primarily centered around the .ci directory currently where most of the action is taking place.
---
Full diff: https://github.com/llvm/llvm-project/pull/142697.diff
1 Files Affected:
- (modified) .github/new-prs-labeler.yml (+3)
``````````diff
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 16ada9e1f072d..da1d1ca9b515d 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -1121,3 +1121,6 @@ tablegen:
- llvm/include/TableGen/**
- llvm/lib/TableGen/**
- llvm/utils/TableGen/**
+
+infrastructure:
+ - .ci/**
``````````
</details>
https://github.com/llvm/llvm-project/pull/142697
More information about the llvm-commits
mailing list