File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -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
+ then :
453
+ - removeMilestone
454
+ - addMilestone :
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
452
463
then :
453
464
- removeMilestone
454
465
- addMilestone :
455
- milestone : 10.0-preview7
456
- description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
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 :
@@ -763,3 +774,4 @@ onFailure:
763
774
onSuccess :
764
775
765
776
777
+
You can’t perform that action at this time.
0 commit comments