-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Expand file tree
/
Copy pathpr-labeler-config.yml
More file actions
74 lines (62 loc) · 1.25 KB
/
pr-labeler-config.yml
File metadata and controls
74 lines (62 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
C-java:
- changed-files:
- any-glob-to-any-file:
- 'java/**'
C-py:
- changed-files:
- any-glob-to-any-file:
- 'py/**'
C-dotnet:
- changed-files:
- any-glob-to-any-file:
- 'dotnet/**'
C-rb:
- changed-files:
- any-glob-to-any-file:
- 'rb/**'
C-nodejs:
- changed-files:
- any-glob-to-any-file:
- 'javascript/selenium-webdriver/**'
C-cpp:
- changed-files:
- any-glob-to-any-file:
- 'cpp/**'
C-rust:
- changed-files:
- any-glob-to-any-file:
- 'rust/**'
B-atoms:
- changed-files:
- any-glob-to-any-file:
- 'javascript/atoms/**'
B-grid:
- changed-files:
- any-glob-to-any-file:
- 'java/src/org/openqa/selenium/grid/**'
- 'javascript/grid-ui/**'
B-manager:
- changed-files:
- any-glob-to-any-file:
- 'rust/**'
B-devtools:
- changed-files:
- any-glob-to-any-file:
- 'common/devtools/**'
- '**/devtools/**'
- '**/bidi/**'
B-build:
- changed-files:
- any-glob-to-any-file:
- '.github/**'
- 'scripts/**'
- 'rake_tasks/**'
- 'Rakefile'
- 'BUILD.bazel'
- '**/*.bazel'
- '**/*.bzl'
- '.bazel*'
B-support:
- changed-files:
- any-glob-to-any-file:
- '**/support/**'