Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 14 additions & 24 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,28 +443,6 @@ configuration:
- addMilestone:
milestone: 11.0-preview1
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/10.0-rc2
then:
- removeMilestone
- addMilestone:
milestone: 10.0-rc2
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-rc2 branch'
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/10.0
then:
- removeMilestone
- addMilestone:
milestone: 10.0.0
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
- if:
- payloadType: Issues
- isAction:
Expand Down Expand Up @@ -635,6 +613,17 @@ configuration:
- addReply:
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.
description: '[Servicing PR Approved] Let the author know that the PR will be merged by the build team'
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/10.0
then:
- removeMilestone
- addMilestone:
milestone: 10.0.0
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
- if:
- payloadType: Pull_Request
- isAction:
Expand All @@ -644,7 +633,7 @@ configuration:
then:
- removeMilestone
- addMilestone:
milestone: 9.0.10
milestone: 9.0.11
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
- if:
- payloadType: Pull_Request
Expand All @@ -655,7 +644,7 @@ configuration:
then:
- removeMilestone
- addMilestone:
milestone: 8.0.21
milestone: 8.0.22
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
- if:
- payloadType: Issues
Expand Down Expand Up @@ -777,3 +766,4 @@ onSuccess: