Skip to content

github: Add lib/CodeGen to PR autolabeler #138131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented May 1, 2025

Try to exclude SelectionDAG and GlobalISel since those have
their own labels

Try to exclude SelectionDAG and GlobalISel since those have
their own labels
@arsenm arsenm requested a review from tstellar May 1, 2025 13:44
@arsenm arsenm marked this pull request as ready for review May 1, 2025 13:44
@llvmbot
Copy link
Member

llvmbot commented May 1, 2025

@llvm/pr-subscribers-github-workflow

Author: Matt Arsenault (arsenm)

Changes

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 --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*

Copy link
Contributor Author

@arsenm arsenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants