From d11493ff125bffff4cb0db74dd62c8dc87c936d6 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 22 Aug 2024 12:04:00 -0700 Subject: [PATCH] Add references to new 9.0 branches in .yml files (#57463) --- .azure/pipelines/helix-matrix.yml | 1 + .../pipelines/identitymodel-helix-matrix.yml | 1 + .github/dependabot.yml | 12 +++++++ .github/policies/resourceManagement.yml | 34 ++++++++++++++++--- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index adf8dd782002..4d20b27e700b 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -13,6 +13,7 @@ schedules: include: - release/6.0 - release/8.0 + - release/9.0 always: false variables: diff --git a/.azure/pipelines/identitymodel-helix-matrix.yml b/.azure/pipelines/identitymodel-helix-matrix.yml index 1d1137fe08a1..9159fe350b7e 100644 --- a/.azure/pipelines/identitymodel-helix-matrix.yml +++ b/.azure/pipelines/identitymodel-helix-matrix.yml @@ -8,6 +8,7 @@ schedules: include: - main - release/8.0 + - release/9.0 always: true variables: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed8900afd203..aa65a08d99d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -86,3 +86,15 @@ updates: labels: - area-infrastructure target-branch: "release/8.0" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "monthly" + allow: + - dependency-type: "all" + commit-message: + prefix: "[release/9.0] " + include: scope + labels: + - area-infrastructure + target-branch: "release/9.0" diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index df75c3a5f09d..273c0bc419d0 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -501,19 +501,30 @@ configuration: branch: main then: - addMilestone: - milestone: 9.0-rc1 + milestone: 10.0-preview1 description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch' - if: - payloadType: Pull_Request - isAction: action: Closed - targetsBranch: - branch: release/9.0-preview7 + branch: release/9.0-rc1 then: - removeMilestone - addMilestone: - milestone: 9.0-preview7 - description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview7 branch' + milestone: 9.0-rc1 + description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc1 branch' + - if: + - payloadType: Pull_Request + - isAction: + action: Closed + - targetsBranch: + branch: release/9.0 + then: + - removeMilestone + - addMilestone: + milestone: 9.0-rc2 + description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch' - if: - payloadType: Issues - isAction: @@ -581,6 +592,21 @@ configuration: - addReply: reply: 'Hi @${issueAuthor}. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.' description: Add comment when 'Needs Author Feedback' is applied to issue + - if: + - payloadType: Pull_Request + - isAction: + action: Opened + - targetsBranch: + branch: release/9.0 + then: + - addMilestone: + milestone: 9.0.x + - addReply: + reply: >- + Hi @${issueAuthor}. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the [servicing process](https://aka.ms/aspnet/servicing) document. + + Otherwise, please add `tell-mode` label. + description: Add release/9.0 targeting PRs to the servicing project - if: - payloadType: Pull_Request - isAction: