@@ -3,153 +3,155 @@ area/project:
3
3
- all :
4
4
- changed-files :
5
5
- any-glob-to-any-file :
6
- - .github/**
7
- - LICENSE
8
- - AUTHORS
9
- - MAINTAINERS
10
- - PROJECT.md
11
- - README.md
12
- - .gitignore
13
- - codecov.yml
14
- - all-globs-to-all-files : " !.github/workflows/*"
6
+ - ' .github/**'
7
+ - ' LICENSE'
8
+ - ' AUTHORS'
9
+ - ' MAINTAINERS'
10
+ - ' PROJECT.md'
11
+ - ' README.md'
12
+ - ' .gitignore'
13
+ - ' codecov.yml'
14
+ - all-globs-to-all-files : ' !.github/workflows/*'
15
15
16
16
# Add 'ci' label to changes in the .github/workflows folder
17
17
area/ci :
18
18
- changed-files :
19
- - any-glob-to-any-file : " .github/workflows/**"
19
+ - any-glob-to-any-file : ' .github/workflows/**'
20
20
21
21
# Add 'tests' label to changes in test files
22
22
area/testing :
23
23
- changed-files :
24
24
- any-glob-to-any-file :
25
- - tests/**
26
- - " **/*_test.go"
25
+ - ' tests/**'
26
+ - ' **/*_test.go'
27
27
28
28
# area:api
29
29
area/api :
30
30
- changed-files :
31
- - any-glob-to-any-file : " api/**"
31
+ - any-glob-to-any-file : ' api/**'
32
32
33
33
# area:storage
34
34
area/storage :
35
- - changed-files :
36
- - any-glob-to-any-file :
37
- - " cache/**"
38
- - " snapshot/**"
39
- - all-globs-to-all-files : " !cache/remotecache/**"
35
+ - all :
36
+ - changed-files :
37
+ - any-glob-to-any-file :
38
+ - ' cache/**'
39
+ - ' snapshot/**'
40
+ - all-globs-to-all-files : ' !cache/remotecache/**'
40
41
41
42
# area:remotecache
42
43
area/remotecache :
43
44
- changed-files :
44
- - any-glob-to-any-file : " cache/remotecache/**"
45
+ - any-glob-to-any-file : ' cache/remotecache/**'
45
46
46
47
# area:client
47
48
area/client :
48
49
- changed-files :
49
- - any-glob-to-any-file : " client/**"
50
+ - any-glob-to-any-file : ' client/**'
50
51
51
52
# area:llb
52
53
area/llb :
53
54
- changed-files :
54
- - any-glob-to-any-file : " client/llb/**"
55
+ - any-glob-to-any-file : ' client/llb/**'
55
56
56
57
# area:buildctl
57
58
area/buildctl :
58
59
- changed-files :
59
- - any-glob-to-any-file : " cmd/buildctl/**"
60
+ - any-glob-to-any-file : ' cmd/buildctl/**'
60
61
61
62
# area:buildkitd
62
63
area/buildkitd :
63
64
- changed-files :
64
- - any-glob-to-any-file : " cmd/buildkitd/**"
65
+ - any-glob-to-any-file : ' cmd/buildkitd/**'
65
66
66
67
# area:dependencies
67
68
area/dependencies :
68
69
- changed-files :
69
70
- any-glob-to-any-file :
70
- - go.mod
71
- - go.sum
72
- - vendor/**
73
- - tools/**
71
+ - ' go.mod'
72
+ - ' go.sum'
73
+ - ' vendor/**'
74
+ - ' tools/**'
74
75
75
76
# area:docs
76
77
area/docs :
77
78
- changed-files :
78
79
- any-glob-to-any-file :
79
- - " docs/**"
80
- - " frontend/dockerfile/docs/**"
80
+ - ' docs/**'
81
+ - ' frontend/dockerfile/docs/**'
81
82
82
83
# area:dockerfile
83
84
area/dockerfile :
84
85
- changed-files :
85
- - any-glob-to-any-file : " frontend/dockerfile/**"
86
+ - any-glob-to-any-file : ' frontend/dockerfile/**'
86
87
87
88
# area:dockerfile/checks
88
89
area/dockerfile/checks :
89
90
- changed-files :
90
91
- any-glob-to-any-file :
91
- - " frontend/dockerfile/linter"
92
- - " frontend/dockerfile/subrequests/lint"
92
+ - ' frontend/dockerfile/linter'
93
+ - ' frontend/dockerfile/subrequests/lint'
93
94
94
95
# area:examples
95
96
area/examples :
96
97
- changed-files :
97
- - any-glob-to-any-file : " examples/**"
98
+ - any-glob-to-any-file : ' examples/**'
98
99
99
100
# area:executor
100
101
area/executor :
101
102
- changed-files :
102
- - any-glob-to-any-file : " executor/**"
103
+ - any-glob-to-any-file : ' executor/**'
103
104
104
105
# area:exporter
105
106
area/exporter :
106
107
- changed-files :
107
- - any-glob-to-any-file : " exporter/**"
108
+ - any-glob-to-any-file : ' exporter/**'
108
109
109
110
# area:frontend
110
111
area/frontend :
111
112
- changed-files :
112
- - any-glob-to-any-file : " frontend/**"
113
+ - any-glob-to-any-file : ' frontend/**'
113
114
114
115
# area:hack
115
116
area/hack :
116
117
- changed-files :
117
- - any-glob-to-any-file : " hack/**"
118
+ - any-glob-to-any-file :
119
+ - ' hack/**'
120
+ - ' frontend/dockerfile/cmd/dockerfile-frontend/hack/**'
118
121
119
122
# area:session
120
123
area/session :
121
124
- changed-files :
122
- - any-glob-to-any-file : " session/**"
125
+ - any-glob-to-any-file : ' session/**'
123
126
124
127
# area:solver
125
128
area/solver :
126
129
- changed-files :
127
130
- any-glob-to-any-file :
128
- - " control/**"
129
- - " solver/**"
131
+ - ' control/**'
132
+ - ' solver/**'
130
133
131
134
# area:source
132
135
area/source :
133
136
- changed-files :
134
- - any-glob-to-any-file : " source/**"
137
+ - any-glob-to-any-file : ' source/**'
135
138
136
139
# area:sourcepolicy
137
140
area/sourcepolicy :
138
141
- changed-files :
139
- - any-glob-to-any-file : " sourcepolicy/**"
142
+ - any-glob-to-any-file : ' sourcepolicy/**'
140
143
141
144
# area:util
142
145
area/util :
143
146
- changed-files :
144
- - any-glob-to-any-file : " util/**"
147
+ - any-glob-to-any-file : ' util/**'
145
148
146
149
# area:worker
147
150
area/worker :
148
151
- changed-files :
149
- - any-glob-to-any-file : " worker/**"
152
+ - any-glob-to-any-file : ' worker/**'
150
153
151
154
# area:windows
152
155
area/windows :
153
156
- changed-files :
154
- - any-glob-to-any-file :
155
- - " **/*_windows.go"
157
+ - any-glob-to-any-file : ' **/*_windows.go'
0 commit comments