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
+3-29Lines changed: 3 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -379,17 +379,6 @@ configuration:
379
379
- addMilestone:
380
380
milestone: 10.0-preview1
381
381
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
382
-
- if:
383
-
- payloadType: Pull_Request
384
-
- isAction:
385
-
action: Closed
386
-
- targetsBranch:
387
-
branch: release/9.0
388
-
then:
389
-
- removeMilestone
390
-
- addMilestone:
391
-
milestone: 9.0.1
392
-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
393
382
- if:
394
383
- payloadType: Issues
395
384
- isAction:
@@ -487,21 +476,6 @@ configuration:
487
476
488
477
Otherwise, please add `tell-mode` label.
489
478
description: Add release/8.0 targeting PRs to the servicing project
490
-
- if:
491
-
- payloadType: Pull_Request
492
-
- isAction:
493
-
action: Opened
494
-
- targetsBranch:
495
-
branch: release/6.0
496
-
then:
497
-
- addMilestone:
498
-
milestone: 6.0.x
499
-
- addReply:
500
-
reply: >-
501
-
Hi @${issueAuthor}. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the [servicing process](https://aka.ms/aspnet/servicing) document.
502
-
503
-
Otherwise, please add `tell-mode` label.
504
-
description: Add release/6.0 targeting PRs to the servicing project
505
479
- if:
506
480
- payloadType: Pull_Request
507
481
- isAction:
@@ -561,12 +535,12 @@ configuration:
561
535
- isAction:
562
536
action: Closed
563
537
- targetsBranch:
564
-
branch: release/6.0
538
+
branch: release/9.0
565
539
then:
566
540
- removeMilestone
567
541
- addMilestone:
568
-
milestone: 6.0.36
569
-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/6.0 branch'
542
+
milestone: 9.0.1
543
+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
Copy file name to clipboardExpand all lines: src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@
29
29
$(DefaultNetCoreTargetFramework), add previous SiteExtension packages to the list below. Remove
30
30
entries when packages aren't needed in the bundle anymore.
0 commit comments