diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 8c2571a672e7..041832560963 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -440,18 +440,18 @@ configuration: branch: main then: - addMilestone: - milestone: 11.0-preview4 + milestone: 11.0-preview5 description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch' - if: - payloadType: Pull_Request - isAction: action: Closed - targetsBranch: - branch: release/11.0-preview3 + branch: release/11.0-preview4 then: - removeMilestone - addMilestone: - milestone: 11.0-preview3 + milestone: 11.0-preview4 description: '[Milestone Assignments] Assign Milestone to PRs merged to release/11.0-preview3 branch' - if: - payloadType: Issues