@@ -441,19 +441,30 @@ configuration:
441
441
branch : main
442
442
then :
443
443
- addMilestone :
444
- milestone : 10 .0-rc1
444
+ milestone : 11 .0-preview1
445
445
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
446
446
- if :
447
447
- payloadType : Pull_Request
448
448
- isAction :
449
449
action : Closed
450
450
- targetsBranch :
451
- branch : release/10.0-preview7
451
+ branch : release/10.0-rc1
452
452
then :
453
453
- removeMilestone
454
454
- addMilestone :
455
- milestone : 10.0-preview7
456
- description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
455
+ milestone : 10.0-rc1
456
+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-rc1 branch'
457
+ - if :
458
+ - payloadType : Pull_Request
459
+ - isAction :
460
+ action : Closed
461
+ - targetsBranch :
462
+ branch : release/10.0
463
+ then :
464
+ - removeMilestone
465
+ - addMilestone :
466
+ milestone : 10.0-rc2
467
+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
457
468
- if :
458
469
- payloadType : Issues
459
470
- isAction :
@@ -566,6 +577,25 @@ configuration:
566
577
567
578
Otherwise, please add `tell-mode` label.
568
579
description : Add release/2.3 targeting PRs to the servicing project
580
+ - if :
581
+ - payloadType : Pull_Request
582
+ - isAction :
583
+ action : Opened
584
+ - targetsBranch :
585
+ branch : release/10.0
586
+ - activitySenderHasPermission :
587
+ permission : Read
588
+ - not :
589
+ isActivitySender :
590
+ user : dotnet-maestro
591
+ issueAuthor : False
592
+ - not :
593
+ isActivitySender :
594
+ user : dotnet-maestro-bot
595
+ issueAuthor : False
596
+ then :
597
+ - addLabel :
598
+ label : servicing-consider
569
599
- if :
570
600
- payloadType : Pull_Request
571
601
- labelAdded :
@@ -614,7 +644,7 @@ configuration:
614
644
then :
615
645
- removeMilestone
616
646
- addMilestone :
617
- milestone : 9.0.9
647
+ milestone : 9.0.10
618
648
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
619
649
- if :
620
650
- payloadType : Pull_Request
@@ -625,7 +655,7 @@ configuration:
625
655
then :
626
656
- removeMilestone
627
657
- addMilestone :
628
- milestone : 8.0.20
658
+ milestone : 8.0.21
629
659
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
630
660
- if :
631
661
- payloadType : Issues
@@ -743,3 +773,6 @@ configuration:
743
773
onFailure :
744
774
onSuccess :
745
775
776
+
777
+
778
+
0 commit comments