You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/resourceManagement.yml
+14-24Lines changed: 14 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -443,28 +443,6 @@ configuration:
443
443
- addMilestone:
444
444
milestone: 11.0-preview1
445
445
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'
468
446
- if:
469
447
- payloadType: Issues
470
448
- isAction:
@@ -635,6 +613,17 @@ configuration:
635
613
- addReply:
636
614
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.
637
615
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'
638
627
- if:
639
628
- payloadType: Pull_Request
640
629
- isAction:
@@ -644,7 +633,7 @@ configuration:
644
633
then:
645
634
- removeMilestone
646
635
- addMilestone:
647
-
milestone: 9.0.10
636
+
milestone: 9.0.11
648
637
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
649
638
- if:
650
639
- payloadType: Pull_Request
@@ -655,7 +644,7 @@ configuration:
655
644
then:
656
645
- removeMilestone
657
646
- addMilestone:
658
-
milestone: 8.0.21
647
+
milestone: 8.0.22
659
648
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
0 commit comments