Skip to content

Commit 729918c

Browse files
authored
Auto-label PRs based on their content (rapidsai#691)
This PR adds the GitHub action [PR Labeler](https://github.com/actions/labeler) to auto-label PRs based on their content. Labeling is managed with a configuration file `.github/labeler.yml` using the following [options](https://github.com/actions/labeler#usage). **Note: ** This is a duplicate of rapidsai#681 that we're re-merging since it was merged incorrectly. Authors: - AJ Schmidt (@ajschmidt8) - Joseph (@jolorunyomi) Approvers: - Joseph (@jolorunyomi) URL: rapidsai#691
1 parent dee97d2 commit 729918c

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/labeler.yml

+10-14
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,18 @@
44

55
Python:
66
- 'python/**'
7-
- 'notebooks/**'
8-
9-
librmm:
10-
- 'cpp/**'
117

128
CMake:
139
- '**/CMakeLists.txt'
1410
- '**/cmake/**'
15-
16-
Java:
17-
- 'java/**'
18-
19-
Ops:
20-
- '.github/**'
21-
- 'ci/**'
11+
12+
conda:
2213
- 'conda/**'
23-
- '**/Dockerfile'
24-
- '**/.dockerignore'
25-
- 'docker/**'
14+
15+
cpp:
16+
- 'include/**'
17+
- 'tests/**'
18+
- 'doxygen/**'
19+
20+
gpuCI:
21+
- 'ci/**'

0 commit comments

Comments
 (0)