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
20 changes: 16 additions & 4 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,19 +441,30 @@ configuration:
branch: main
then:
- addMilestone:
milestone: 10.0-rc1
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-preview7
branch: release/10.0-rc1
then:
- removeMilestone
- addMilestone:
milestone: 10.0-rc1
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-rc1 branch'
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/10.0
then:
- removeMilestone
- addMilestone:
milestone: 10.0-preview7
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
milestone: 10.0-rc2
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The description should be consistent with other milestone assignment descriptions. Consider updating to match the pattern used in other descriptions.

Suggested change
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0 branch'
description: "[Milestone Assignments] Assign milestone '10.0-rc2' to PRs merged to the 'release/10.0' branch"

Copilot uses AI. Check for mistakes.
- if:
- payloadType: Issues
- isAction:
Expand Down Expand Up @@ -763,3 +774,4 @@ onFailure:
onSuccess: