@@ -441,19 +441,30 @@ configuration:
441441 branch : main
442442 then :
443443 - addMilestone :
444- milestone : 10 .0-rc1
444+ milestone : 11 .0-preview1
445445 description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
446446 - if :
447447 - payloadType : Pull_Request
448448 - isAction :
449449 action : Closed
450450 - targetsBranch :
451- branch : release/10.0-preview7
451+ branch : release/10.0-rc1
452452 then :
453453 - removeMilestone
454454 - 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'
457468 - if :
458469 - payloadType : Issues
459470 - isAction :
@@ -566,6 +577,25 @@ configuration:
566577
567578 Otherwise, please add `tell-mode` label.
568579 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
569599 - if :
570600 - payloadType : Pull_Request
571601 - labelAdded :
@@ -614,7 +644,7 @@ configuration:
614644 then :
615645 - removeMilestone
616646 - addMilestone :
617- milestone : 9.0.9
647+ milestone : 9.0.10
618648 description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
619649 - if :
620650 - payloadType : Pull_Request
@@ -625,7 +655,7 @@ configuration:
625655 then :
626656 - removeMilestone
627657 - addMilestone :
628- milestone : 8.0.20
658+ milestone : 8.0.21
629659 description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
630660 - if :
631661 - payloadType : Issues
@@ -743,3 +773,6 @@ configuration:
743773onFailure :
744774onSuccess :
745775
776+
777+
778+
0 commit comments