@@ -293,130 +293,6 @@ configuration:
293
293
- addLabel :
294
294
label : ' Attention: Shared Code Modified'
295
295
description : ' [Shared Code PRs] Flag PRs that affect shared code src/Shared/Runtime'
296
- - if :
297
- - payloadType : Pull_Request
298
- then :
299
- - if :
300
- - includesModifiedFiles :
301
- files :
302
- - src/Components/
303
- - src/ProjectTemplates/BlazorWasm.ProjectTemplates/
304
- then :
305
- - addLabel :
306
- label : area-blazor
307
- - if :
308
- - includesModifiedFiles :
309
- files :
310
- - src/Tools/
311
- then :
312
- - addLabel :
313
- label : area-commandlinetools
314
- - if :
315
- - includesModifiedFiles :
316
- files :
317
- - src/DataProtection/
318
- then :
319
- - addLabel :
320
- label : area-dataprotection
321
- - if :
322
- - includesModifiedFiles :
323
- files :
324
- - src/Identity/
325
- then :
326
- - addLabel :
327
- label : area-identity
328
- - if :
329
- - includesModifiedFiles :
330
- files :
331
- - global.json
332
- - .azure
333
- - .config
334
- - .github
335
- - eng
336
- - src/Framework/
337
- - src/Installers/
338
- then :
339
- - addLabel :
340
- label : area-infrastructure
341
- - if :
342
- - includesModifiedFiles :
343
- files :
344
- - src/ProjectTemplates/
345
- - src/Razor/
346
- - src/Mvc/Mvc.Localization/
347
- - src/Mvc/Mvc.DataAnnotations/
348
- - src/Mvc/Mvc.Razor.RuntimeCompilation/
349
- - src/Mvc/Mvc.Razor/
350
- - src/Mvc/Mvc.RazorPages/
351
- - src/Mvc/Mvc.TagHelpers/
352
- - src/Mvc/Mvc.ViewFeatures/
353
- then :
354
- - addLabel :
355
- label : area-mvc
356
- - if :
357
- - includesModifiedFiles :
358
- files :
359
- - src/Security/
360
- - src/Azure/AzureAD/
361
- then :
362
- - addLabel :
363
- label : area-security
364
- - if :
365
- - includesModifiedFiles :
366
- files :
367
- - src/Servers/
368
- - src/Http/
369
- - src/Azure/AzureAppServicesIntegration/
370
- - src/Azure/AzureAppServices.HostingStartup/
371
- - src/Middleware/
372
- - src/HttpClientFactory/
373
- - src/SiteExtensions/
374
- then :
375
- - addLabel :
376
- label : area-networking
377
- - if :
378
- - includesModifiedFiles :
379
- files :
380
- - src/SignalR/
381
- then :
382
- - addLabel :
383
- label : area-signalr
384
- - if :
385
- - includesModifiedFiles :
386
- files :
387
- - src/Grpc/
388
- then :
389
- - addLabel :
390
- label : area-grpc
391
- - if :
392
- - includesModifiedFiles :
393
- files :
394
- - src/Mvc/Mvc.Abstractions/
395
- - src/Mvc/Mvc.Analyzers/
396
- - src/Mvc/Mvc.Api.Analyzers/
397
- - src/Mvc/Mvc.ApiExplorer/
398
- - src/Mvc/Mvc.Core/
399
- - src/Mvc/Mvc.Cors/
400
- - src/Mvc/Mvc.Formatters.Json/
401
- - src/Mvc/Mvc.Formatters.Xml/
402
- - src/Mvc/Mvc.NewtonsoftJson/
403
- - src/Mvc/Mvc.Testing.Tasks/src/
404
- - src/Mvc/Mvc.Testing/
405
- - src/Mvc/Mvc/
406
- - src/OpenApi/
407
- - src/Mvc/perf/
408
- then :
409
- - addLabel :
410
- label : area-mvc
411
- - if :
412
- - includesModifiedFiles :
413
- files :
414
- - src/DefaultBuilder/
415
- - src/Hosting/
416
- then :
417
- - addLabel :
418
- label : area-hosting
419
- description : ' [PR Labelling] Apply `area-` labels to PRs'
420
296
- if :
421
297
- payloadType : Pull_Request
422
298
- labelAdded :
0 commit comments