[llvm] [Github][OpenMP] Adding rule for OpenMP label (PR #65331)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 07:46:15 PDT 2023
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/65331:
The intention is to add the paths: top-level OpenMP and MLIR/Dialect/OpenMP
I'm sure there are other paths missing here.
>From b3888adcf71c159aa242372bcd4d03765d31959c Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Tue, 5 Sep 2023 10:30:12 -0400
Subject: [PATCH] [Github][OpenMP] Adding rule for OpenMP label
Adds a first rule to add the OpenMP label for new PRs.
---
.github/new-prs-labeler.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 79bd72c8f6602a..20eaf65c7d81d2 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -243,6 +243,10 @@ tools:llvm-mca:
- llvm/include/llvm/MCA/**/*
- llvm/lib/MCA/**/*
+openmp:
+ - mlir/**/OpenMP/*
+ - openmp/**
+
PGO:
- llvm/lib/Transforms/Instrumentation/CGProfile.cpp
- llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
More information about the llvm-commits
mailing list