We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee97d2 commit 729918cCopy full SHA for 729918c
.github/labeler.yml
@@ -4,22 +4,18 @@
4
5
Python:
6
- 'python/**'
7
- - 'notebooks/**'
8
-
9
-librmm:
10
- - 'cpp/**'
11
12
CMake:
13
- '**/CMakeLists.txt'
14
- '**/cmake/**'
15
16
-Java:
17
- - 'java/**'
18
19
-Ops:
20
- - '.github/**'
21
- - 'ci/**'
+
+conda:
22
- 'conda/**'
23
- - '**/Dockerfile'
24
- - '**/.dockerignore'
25
- - 'docker/**'
+cpp:
+ - 'include/**'
+ - 'tests/**'
+ - 'doxygen/**'
+gpuCI:
+ - 'ci/**'
0 commit comments