6
6
7
7
jobs :
8
8
comment :
9
+ if : github.repository == 'conan-io/conan-center-index'
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- uses : actions/checkout@v3
12
13
with :
13
14
ref : master
15
+
14
16
- uses : ./.github/actions/alert-community
15
17
with :
16
18
files : " docs/*/*"
@@ -31,11 +33,51 @@ jobs:
31
33
files : " recipes/aaf/*/*"
32
34
reviewers : " @MartinDelille"
33
35
36
+ - uses : ./.github/actions/alert-community
37
+ with :
38
+ files : " recipes/abseil/*/*"
39
+ reviewers : " @Hopobcn"
40
+
41
+ - uses : ./.github/actions/alert-community
42
+ with :
43
+ files : " recipes/avahi/*/*"
44
+ reviewers : " @jwillikers"
45
+
46
+ - uses : ./.github/actions/alert-community
47
+ with :
48
+ files : " recipes/b2/*/*"
49
+ reviewers : " @grafikrobot"
50
+
34
51
- uses : ./.github/actions/alert-community
35
52
with :
36
53
files : " recipes/bandit/*/*"
37
54
reviewers : " @MartinDelille"
38
55
56
+ - uses : ./.github/actions/alert-community
57
+ with :
58
+ files : " recipes/benchmark/*/*"
59
+ reviewers : " @Hopobcn"
60
+
61
+ - uses : ./.github/actions/alert-community
62
+ with :
63
+ files : " recipes/boost/*/*"
64
+ reviewers : " @Hopobcn @jwillikers"
65
+
66
+ - uses : ./.github/actions/alert-community
67
+ with :
68
+ files : " recipes/boost-ext-ut/*/*"
69
+ reviewers : " @jwillikers"
70
+
71
+ - uses : ./.github/actions/alert-community
72
+ with :
73
+ files : " recipes/bzip2/*/*"
74
+ reviewers : " @Hopobcn"
75
+
76
+ - uses : ./.github/actions/alert-community
77
+ with :
78
+ files : " recipes/cereal/*/*"
79
+ reviewers : " @Hopobcn"
80
+
39
81
- uses : ./.github/actions/alert-community
40
82
with :
41
83
files : " recipes/cppcheck/*/*"
@@ -46,35 +88,255 @@ jobs:
46
88
files : " recipes/create-dmg/*/*"
47
89
reviewers : " @MartinDelille"
48
90
91
+ - uses : ./.github/actions/alert-community
92
+ with :
93
+ files : " recipes/dbus/*/*"
94
+ reviewers : " @jwillikers"
95
+
96
+ - uses : ./.github/actions/alert-community
97
+ with :
98
+ files : " recipes/double-conversion/*/*"
99
+ reviewers : " @Hopobcn"
100
+
101
+ - uses : ./.github/actions/alert-community
102
+ with :
103
+ files : " recipes/eigen/*/*"
104
+ reviewers : " @jwillikers"
105
+
106
+ - uses : ./.github/actions/alert-community
107
+ with :
108
+ files : " recipes/elfio/*/*"
109
+ reviewers : " @Hopobcn"
110
+
49
111
- uses : ./.github/actions/alert-community
50
112
with :
51
113
files : " recipes/ffmpeg/*/*"
52
114
reviewers : " @MartinDelille"
53
115
116
+ - uses : ./.github/actions/alert-community
117
+ with :
118
+ files : " recipes/fmt/*/*"
119
+ reviewers : " @Hopobcn @jwillikers"
120
+
121
+ - uses : ./.github/actions/alert-community
122
+ with :
123
+ files : " recipes/folly/*/*"
124
+ reviewers : " @Hopobcn"
125
+
126
+ - uses : ./.github/actions/alert-community
127
+ with :
128
+ files : " recipes/foxi/*/*"
129
+ reviewers : " @Hopobcn"
130
+
131
+ - uses : ./.github/actions/alert-community
132
+ with :
133
+ files : " recipes/fp16/*/*"
134
+ reviewers : " @Hopobcn"
135
+
136
+ - uses : ./.github/actions/alert-community
137
+ with :
138
+ files : " recipes/g3log/*/*"
139
+ reviewers : " @Hopobcn"
140
+
141
+ - uses : ./.github/actions/alert-community
142
+ with :
143
+ files : " recipes/gflags/*/*"
144
+ reviewers : " @Hopobcn"
145
+
146
+ - uses : ./.github/actions/alert-community
147
+ with :
148
+ files : " recipes/glew/*/*"
149
+ reviewers : " @Hopobcn"
150
+
151
+ - uses : ./.github/actions/alert-community
152
+ with :
153
+ files : " recipes/glfw/*/*"
154
+ reviewers : " @Hopobcn"
155
+
156
+ - uses : ./.github/actions/alert-community
157
+ with :
158
+ files : " recipes/glog/*/*"
159
+ reviewers : " @Hopobcn"
160
+
161
+ - uses : ./.github/actions/alert-community
162
+ with :
163
+ files : " recipes/gtest/*/*"
164
+ reviewers : " @Hopobcn @jwillikers"
165
+
54
166
- uses : ./.github/actions/alert-community
55
167
with :
56
168
files : " recipes/gtk/*/*"
57
169
reviewers : " @ericLemanissier"
58
170
171
+ - uses : ./.github/actions/alert-community
172
+ with :
173
+ files : " recipes/imgui/*/*"
174
+ reviewers : " @Hopobcn"
175
+
176
+ - uses : ./.github/actions/alert-community
177
+ with :
178
+ files : " recipes/implot/*/*"
179
+ reviewers : " @Hopobcn"
180
+
181
+ - uses : ./.github/actions/alert-community
182
+ with :
183
+ files : " recipes/jemalloc/*/*"
184
+ reviewers : " @Hopobcn"
185
+
186
+ - uses : ./.github/actions/alert-community
187
+ with :
188
+ files : " recipes/libalsa/*/*"
189
+ reviewers : " @jwillikers"
190
+
191
+ - uses : ./.github/actions/alert-community
192
+ with :
193
+ files : " recipes/libarchive/*/*"
194
+ reviewers : " @jwillikers"
195
+
196
+ - uses : ./.github/actions/alert-community
197
+ with :
198
+ files : " recipes/libbacktrace/*/*"
199
+ reviewers : " @Hopobcn"
200
+
201
+ - uses : ./.github/actions/alert-community
202
+ with :
203
+ files : " recipes/libcap/*/*"
204
+ reviewers : " @Hopobcn"
205
+
206
+ - uses : ./.github/actions/alert-community
207
+ with :
208
+ files : " recipes/libcurl/*/*"
209
+ reviewers : " @Hopobcn"
210
+
211
+ - uses : ./.github/actions/alert-community
212
+ with :
213
+ files : " recipes/libdwarf/*/*"
214
+ reviewers : " @Hopobcn"
215
+
216
+ - uses : ./.github/actions/alert-community
217
+ with :
218
+ files : " recipes/libelf/*/*"
219
+ reviewers : " @Hopobcn"
220
+
221
+ - uses : ./.github/actions/alert-community
222
+ with :
223
+ files : " recipes/libevent/*/*"
224
+ reviewers : " @Hopobcn"
225
+
226
+ - uses : ./.github/actions/alert-community
227
+ with :
228
+ files : " recipes/libffi/*/*"
229
+ reviewers : " @Hopobcn"
230
+
231
+ - uses : ./.github/actions/alert-community
232
+ with :
233
+ files : " recipes/libiberty/*/*"
234
+ reviewers : " @Hopobcn"
235
+
236
+ - uses : ./.github/actions/alert-community
237
+ with :
238
+ files : " recipes/libiconv/*/*"
239
+ reviewers : " @Hopobcn"
240
+
59
241
- uses : ./.github/actions/alert-community
60
242
with :
61
243
files : " recipes/libltc/*/*"
62
244
reviewers : " @MartinDelille"
63
245
246
+ - uses : ./.github/actions/alert-community
247
+ with :
248
+ files : " recipes/libpng/*/*"
249
+ reviewers : " @Hopobcn"
250
+
251
+ - uses : ./.github/actions/alert-community
252
+ with :
253
+ files : " recipes/libsodium/*/*"
254
+ reviewers : " @Hopobcn"
255
+
256
+ - uses : ./.github/actions/alert-community
257
+ with :
258
+ files : " recipes/libspatialite/*/*"
259
+ reviewers : " @jwillikers"
260
+
261
+ - uses : ./.github/actions/alert-community
262
+ with :
263
+ files : " recipes/libunwind/*/*"
264
+ reviewers : " @Hopobcn"
265
+
266
+ - uses : ./.github/actions/alert-community
267
+ with :
268
+ files : " recipes/libuuid/*/*"
269
+ reviewers : " @jwillikers"
270
+
271
+ - uses : ./.github/actions/alert-community
272
+ with :
273
+ files : " recipes/libxml2/*/*"
274
+ reviewers : " @Hopobcn"
275
+
276
+ - uses : ./.github/actions/alert-community
277
+ with :
278
+ files : " recipes/llvm-core/*/*"
279
+ reviewers : " @Hopobcn"
280
+
281
+ - uses : ./.github/actions/alert-community
282
+ with :
283
+ files : " recipes/lyra/*/*"
284
+ reviewers : " @grafikrobot"
285
+
286
+ - uses : ./.github/actions/alert-community
287
+ with :
288
+ files : " recipes/lz4/*/*"
289
+ reviewers : " @Hopobcn"
290
+
291
+ - uses : ./.github/actions/alert-community
292
+ with :
293
+ files : " recipes/ms-gsl/*/*"
294
+ reviewers : " @jwillikers"
295
+
296
+ - uses : ./.github/actions/alert-community
297
+ with :
298
+ files : " recipes/nlohmann_json/*/*"
299
+ reviewers : " @Hopobcn @jwillikers"
300
+
301
+ - uses : ./.github/actions/alert-community
302
+ with :
303
+ files : " recipes/onnx/*/*"
304
+ reviewers : " @Hopobcn"
305
+
64
306
- uses : ./.github/actions/alert-community
65
307
with :
66
308
files : " recipes/openapi-generator/*/*"
67
309
reviewers : " @MartinDelille"
68
310
311
+ - uses : ./.github/actions/alert-community
312
+ with :
313
+ files : " recipes/opengl/*/*"
314
+ reviewers : " @Hopobcn"
315
+
69
316
- uses : ./.github/actions/alert-community
70
317
with :
71
318
files : " recipes/opengl-registry/*/*"
72
319
reviewers : " @MartinDelille"
73
320
321
+ - uses : ./.github/actions/alert-community
322
+ with :
323
+ files : " recipes/openssl/*/*"
324
+ reviewers : " @Hopobcn"
325
+
326
+ - uses : ./.github/actions/alert-community
327
+ with :
328
+ files : " recipes/protobuf/*/*"
329
+ reviewers : " @Hopobcn"
330
+
331
+ - uses : ./.github/actions/alert-community
332
+ with :
333
+ files : " recipes/psimd/*/*"
334
+ reviewers : " @Hopobcn"
335
+
74
336
- uses : ./.github/actions/alert-community
75
337
with :
76
338
files : " recipes/qt/*/*"
77
- reviewers : " @ericLemanissier @MartinDelille"
339
+ reviewers : " @ericLemanissier @jwillikers @ MartinDelille"
78
340
79
341
- uses : ./.github/actions/alert-community
80
342
with :
@@ -91,12 +353,57 @@ jobs:
91
353
files : " recipes/sentry-*/*/*"
92
354
reviewers : " @MartinDelille"
93
355
356
+ - uses : ./.github/actions/alert-community
357
+ with :
358
+ files : " recipes/shapelib/*/*"
359
+ reviewers : " @jwillikers"
360
+
361
+ - uses : ./.github/actions/alert-community
362
+ with :
363
+ files : " recipes/snappy/*/*"
364
+ reviewers : " @Hopobcn"
365
+
94
366
- uses : ./.github/actions/alert-community
95
367
with :
96
368
files : " recipes/uncrustify/*/*"
97
369
reviewers : " @MartinDelille"
98
370
371
+ - uses : ./.github/actions/alert-community
372
+ with :
373
+ files : " recipes/wayland/*/*"
374
+ reviewers : " @jwillikers"
375
+
376
+ - uses : ./.github/actions/alert-community
377
+ with :
378
+ files : " recipes/wayland-protocols/*/*"
379
+ reviewers : " @jwillikers"
380
+
381
+ - uses : ./.github/actions/alert-community
382
+ with :
383
+ files : " recipes/xkbcommon/*/*"
384
+ reviewers : " @jwillikers"
385
+
386
+ - uses : ./.github/actions/alert-community
387
+ with :
388
+ files : " recipes/xorg/*/*"
389
+ reviewers : " @Hopobcn"
390
+
99
391
- uses : ./.github/actions/alert-community
100
392
with :
101
393
files : " recipes/yaml-cpp/*/*"
102
- reviewers : " @MartinDelille"
394
+ reviewers : " @jwillikers @MartinDelille"
395
+
396
+ - uses : ./.github/actions/alert-community
397
+ with :
398
+ files : " recipes/xz_utils/*/*"
399
+ reviewers : " @Hopobcn"
400
+
401
+ - uses : ./.github/actions/alert-community
402
+ with :
403
+ files : " recipes/zlib/*/*"
404
+ reviewers : " @Hopobcn"
405
+
406
+ - uses : ./.github/actions/alert-community
407
+ with :
408
+ files : " recipes/zstd/*/*"
409
+ reviewers : " @Hopobcn"
0 commit comments