From 602570556f0ed96d8f7d4da73c666817f96afefc Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Thu, 25 Jul 2024 09:07:12 +1000 Subject: [PATCH] Bump milestone tracking for merged PRs to 17.12 `main` is now targeting 17.12. Update the config so that merged PRs are incorrectly assigned to the 17.11 milestone on GitHub. This helps prevent confusion about what VS version a fix is in. --- .github/policies/resourceManagement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 94bdcf86e..381ef87a9 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -74,7 +74,7 @@ configuration: branch: main then: - addMilestone: - milestone: 17.11 + milestone: 17.12 description: Milestone tracking - main triggerOnOwnActions: true