Skip to content

Commit 48e09fe

Browse files
authored
Add new "llvm:SandboxIR" label to .github/new-prs-labeler.yml (llvm#115965)
As requested in llvm#115577 (comment)
1 parent a6d299d commit 48e09fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/new-prs-labeler.yml

+6
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,12 @@ llvm:ir:
587587
- llvm/docs/LangRef.rst
588588
- llvm/unittests/IR/**
589589

590+
llvm:SandboxIR:
591+
- llvm/lib/SandboxIR/**
592+
- llvm/include/llvm/SandboxIR/**
593+
- llvm/docs/SandboxIR.md
594+
- llvm/unittests/SandboxIR/**
595+
590596
llvm:analysis:
591597
- llvm/lib/Analysis/**
592598
- llvm/include/llvm/Analysis/**

0 commit comments

Comments
 (0)