Skip to content

Commit 892f955

Browse files
authored
[github] Label PRs touching CMake-related files with the 'cmake' tag (#66247)
1 parent 8ba5820 commit 892f955

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/new-prs-labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,11 @@ debuginfo:
362362
github:workflow:
363363
- .github/workflows/**
364364

365+
cmake:
366+
- cmake/**
367+
- llvm/cmake/**
368+
- runtimes/**
369+
365370
flang:driver:
366371
- flang/tools/flang-driver/**
367372
- flang/unittests/Frontend/**
@@ -381,15 +386,12 @@ backend:m68k:
381386

382387
libc++:
383388
- libcxx/**
384-
- runtimes/**
385389

386390
libc++abi:
387391
- libcxxabi/**
388-
- runtimes/**
389392

390393
libunwind:
391394
- libunwind/**
392-
- runtimes/**
393395

394396
objectyaml:
395397
- llvm/include/llvm/ObjectYAML/**

0 commit comments

Comments
 (0)