Skip to content

Commit 94d167a

Browse files
authored
[CI] Extend labeler rules (#173)
1 parent a56329a commit 94d167a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@
1111
ci:
1212
- ".github/**"
1313
- "appveyor.yml"
14+
core:
15+
- "modules/core/**"
16+
samples:
17+
- "1stsamples/**"
18+
- "modules/ref/**"
19+
3rdparty:
20+
- "3rdparty/**"
21+
infrastructure:
22+
- "*"
23+
- "!*/**"
24+
- "scripts/**"
25+
- "**/CMakeLists.txt"
26+
docs:
27+
- "docs/**"

0 commit comments

Comments
 (0)