@@ -293,130 +293,6 @@ configuration:
293293      - addLabel :
294294          label : ' Attention: Shared Code Modified' 
295295      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' 
420296    - if :
421297      - payloadType : Pull_Request 
422298      - labelAdded :
@@ -508,12 +384,12 @@ configuration:
508384      - isAction :
509385          action : Closed 
510386      - targetsBranch :
511-           branch : release/9.0-rc1  
387+           branch : release/9.0-rc2  
512388      then :
513389      - removeMilestone 
514390      - addMilestone :
515-           milestone : 9.0-rc1  
516-       description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc1  branch' 
391+           milestone : 9.0-rc2  
392+       description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc2  branch' 
517393    - if :
518394      - payloadType : Pull_Request 
519395      - isAction :
@@ -523,7 +399,7 @@ configuration:
523399      then :
524400      - removeMilestone 
525401      - addMilestone :
526-           milestone : 9.0-rc2  
402+           milestone : 9.0.0  
527403      description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch' 
528404    - if :
529405      - payloadType : Issues 
0 commit comments