Skip to content

Commit 6f1abc8

Browse files
committed
Fix PR labeler
1 parent d3b4084 commit 6f1abc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
cpp:
44
- changed-files:
55
- any-glob-to-any-file:
6-
- model_api/cpp/**
6+
- src/cpp/**
77

88
python:
99
- changed-files:
1010
- any-glob-to-any-file:
11-
- model_api/python/**
11+
- src/python/**
1212

1313
tests:
1414
- changed-files:

0 commit comments

Comments
 (0)