Skip to content

Commit 6d3e710

Browse files
authored
Update milestones for rc2 (#63359)
1 parent 8536c57 commit 6d3e710

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/policies/resourceManagement.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
763774
onSuccess:
764775

765776

777+

0 commit comments

Comments
 (0)