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:
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
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
452463 then :
453464 - removeMilestone
454465 - 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'
457468 - if :
458469 - payloadType : Issues
459470 - isAction :
@@ -763,3 +774,4 @@ onFailure:
763774onSuccess :
764775
765776
777+
You can’t perform that action at this time.
0 commit comments