forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
105 lines (105 loc) · 2.7 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
area/docs:
- changed-files:
- any-glob-to-any-file:
- "readme.md"
- "contributing.md"
area/ci:
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"
- ".husky/**/*"
area/blog:
- changed-files:
- any-glob-to-any-file:
- "src/collections/blog/**/*"
- "src/pages/blog/**/*"
- "src/templates/blog-*.js"
area/careers:
- changed-files:
- any-glob-to-any-file:
- "src/collections/careers/**/*"
- "src/collections/programs/**/*"
- "src/templates/career-*.js"
- "src/pages/careers/*"
area/community:
- changed-files:
- any-glob-to-any-file:
- "src/collections/members/**/*"
- "src/pages/community/**/*"
- "src/templates/member-*.js"
area/events:
- changed-files:
- any-glob-to-any-file:
- "src/collections/events/**/*"
- "src/templates/event*.js"
area/handbook:
- changed-files:
- any-glob-to-any-file:
- "src/components/HandbookCard/**/*"
- "src/components/Handbook-navigation/**/*"
- "src/sections/Community/Handbook/**/*"
area/landscape:
- changed-files:
- any-glob-to-any-file:
- "src/sections/Landscape/**/*"
- "src/components/Landscape-Table/**/*"
- "src/collections/landscape/**/*"
area/learn:
- changed-files:
- any-glob-to-any-file:
- "content-learn"
- "src/components/Learn-Components/**/*"
- "src/collections/service-mesh-books/**/*"
- "src/collections/service-mesh-learn/**/*"
- "src/collections/service-mesh-workshops/**/*"
- "src/templates/book-*.js"
- "src/templates/course-*.js"
- "src/templates/lab-*.js"
- "src/templates/learn-*.js"
- "src/templates/workshop-*.js"
area/news:
- changed-files:
- any-glob-to-any-file:
- "src/collections/news/**/*"
- "src/templates/news-*.js"
area/partners:
- changed-files:
- any-glob-to-any-file:
- "src/collections/partners/**/*"
area/resources:
- changed-files:
- any-glob-to-any-file:
- "src/collections/resources/**/*"
- "src/templates/resource-*.js"
area/projects:
- changed-files:
- any-glob-to-any-file:
- "src/collections/projects/**/*"
- "src/pages/projects/**/*"
area/core-styles:
- changed-files:
- any-glob-to-any-file:
- "src/sections/app.style.js"
- "src/theme/app/*"
area/site-config:
- changed-files:
- any-glob-to-any-file:
- "gatsby-*.js"
area/packages:
- changed-files:
- any-glob-to-any-file:
- "package-*.js"
project/meshery:
- changed-files:
- any-glob-to-any-file:
- "src/collections/integrations/**/*"
project/kanvas:
- changed-files:
- any-glob-to-any-file:
- "src/sections/Kanvas/**/*"
project/sistent:
- changed-files:
- any-glob-to-any-file:
- "src/components/SistentNavigation/**/*"
- "src/pages/projects/sistent/**/*"
- "src/sections/Projects/Sistent/**/*"