Skip to content

Commit b7b3d57

Browse files
committed
more patterns
1 parent ee5577a commit b7b3d57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/new-prs-labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,11 @@ llvm:adt:
618618
llvm:support:
619619
- llvm/**/Support/**
620620

621-
# Skip llvm/test/MC, which includes target-specific directories
621+
# Skip llvm/test/MC and llvm/unittests/MC, which includes target-specific directories.
622622
llvm:mc:
623+
- llvm/include/llvm/MC/**
623624
- llvm/lib/MC/**
625+
- llvm/tools/llvm-mc/**
624626

625627
llvm:transforms:
626628
- llvm/lib/Transforms/**

0 commit comments

Comments
 (0)