Skip to content

Commit 6e3bdb9

Browse files
authored
Update labeler (#238)
1 parent 146b702 commit 6e3bdb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

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

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

1313
tests:
1414
- changed-files:
1515
- any-glob-to-any-file:
16-
- tests/*
16+
- tests/**
1717

1818
docs:
1919
- changed-files:
2020
- any-glob-to-any-file:
21-
- docs/*
21+
- docs/**
2222
- "**/*.md"
2323
- "LICENSE"
2424

0 commit comments

Comments
 (0)