Skip to content

Commit

Permalink
Merge pull request #9637 from dotnet/update-automation-for-17.14
Browse files Browse the repository at this point in the history
Update automation for latest PR versions
  • Loading branch information
melytc authored Jan 23, 2025
2 parents 1489486 + e894288 commit 4210ce7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ configuration:
branch: main
then:
- addMilestone:
milestone: 17.12
milestone: 17.14
description: Milestone tracking - main
triggerOnOwnActions: true

Expand All @@ -90,12 +90,26 @@ configuration:
#
# Only for branches present in https://github.com/dotnet/project-system/branches/all
#
# dev17.13.x
# dev17.9.x
# dev17.8.x
# dev17.7.x
# dev17.4.x
# dev16.11.x

- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- isMerged
- or:
- targetsBranch:
branch: dev17.13.x
then:
- addMilestone:
milestone: 17.13
description: Milestone tracking - 17.13

- if:
- payloadType: Pull_Request
- isAction:
Expand All @@ -106,7 +120,7 @@ configuration:
branch: dev17.9.x
then:
- addMilestone:
milestone: 17.8
milestone: 17.9
description: Milestone tracking - 17.9

- if:
Expand Down

0 comments on commit 4210ce7

Please sign in to comment.