forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
48 lines (37 loc) · 1.1 KB
/
labeler.yml
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
# Generic component-level labels and high-level groupings.
"domain: sources":
- changed-files:
- any-glob-to-any-file: ["src/sources/**/*"]
"domain: sinks":
- changed-files:
- any-glob-to-any-file: ["src/sinks/**/*"]
"domain: transforms":
- changed-files:
- any-glob-to-any-file: ["src/transforms/**/*"]
"domain: topology":
- changed-files:
- any-glob-to-any-file: ["src/topology/**/*"]
"domain: codecs":
- changed-files:
- any-glob-to-any-file: ["src/codecs/**/*"]
"domain: core":
- changed-files:
- any-glob-to-any-file: ["lib/vector-core/**/*"]
"domain: vrl":
- changed-files:
- any-glob-to-any-file: ["lib/vrl/**/*"]
"domain: ci":
- changed-files:
- any-glob-to-any-file: ["scripts/**/*"]
"domain: vdev":
- changed-files:
- any-glob-to-any-file: ["vdev/**/*"]
"domain: releasing":
- changed-files:
- any-glob-to-any-file: ["distribution/**/*", "scripts/package-*", "scripts/release-*"]
"domain: rfc":
- changed-files:
- any-glob-to-any-file: ["rfcs/**/*"]
"domain: external docs":
- changed-files:
- any-glob-to-any-file: ["website/cue/**/*"]