Skip to content

Commit 318c481

Browse files
authored
Update milestones for November (#63953)
1 parent 9824379 commit 318c481

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

.github/policies/resourceManagement.yml

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -443,28 +443,6 @@ configuration:
443443
- addMilestone:
444444
milestone: 11.0-preview1
445445
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
446-
- if:
447-
- payloadType: Pull_Request
448-
- isAction:
449-
action: Closed
450-
- targetsBranch:
451-
branch: release/10.0-rc2
452-
then:
453-
- removeMilestone
454-
- addMilestone:
455-
milestone: 10.0-rc2
456-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-rc2 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.0
467-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
468446
- if:
469447
- payloadType: Issues
470448
- isAction:
@@ -635,6 +613,17 @@ configuration:
635613
- addReply:
636614
reply: Hi @${issueAuthor}. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed.
637615
description: '[Servicing PR Approved] Let the author know that the PR will be merged by the build team'
616+
- if:
617+
- payloadType: Pull_Request
618+
- isAction:
619+
action: Closed
620+
- targetsBranch:
621+
branch: release/10.0
622+
then:
623+
- removeMilestone
624+
- addMilestone:
625+
milestone: 10.0.0
626+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
638627
- if:
639628
- payloadType: Pull_Request
640629
- isAction:
@@ -644,7 +633,7 @@ configuration:
644633
then:
645634
- removeMilestone
646635
- addMilestone:
647-
milestone: 9.0.10
636+
milestone: 9.0.11
648637
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
649638
- if:
650639
- payloadType: Pull_Request
@@ -655,7 +644,7 @@ configuration:
655644
then:
656645
- removeMilestone
657646
- addMilestone:
658-
milestone: 8.0.21
647+
milestone: 8.0.22
659648
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
660649
- if:
661650
- payloadType: Issues
@@ -777,3 +766,4 @@ onSuccess:
777766

778767

779768

769+

0 commit comments

Comments
 (0)