Skip to content

Commit 4ed0c2b

Browse files
authored
Merge pull request #57469 from dotnet/merge/release/9.0-to-main
[automated] Merge branch 'release/9.0' => 'main'
2 parents f052a40 + 404ef70 commit 4ed0c2b

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ schedules:
1313
include:
1414
- release/6.0
1515
- release/8.0
16+
- release/9.0
1617
always: false
1718

1819
variables:

.azure/pipelines/identitymodel-helix-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ schedules:
88
include:
99
- main
1010
- release/8.0
11+
- release/9.0
1112
always: true
1213

1314
variables:

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,15 @@ updates:
8686
labels:
8787
- area-infrastructure
8888
target-branch: "release/8.0"
89+
- package-ecosystem: "gitsubmodule"
90+
directory: "/"
91+
schedule:
92+
interval: "monthly"
93+
allow:
94+
- dependency-type: "all"
95+
commit-message:
96+
prefix: "[release/9.0] "
97+
include: scope
98+
labels:
99+
- area-infrastructure
100+
target-branch: "release/9.0"

.github/policies/resourceManagement.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,21 @@ configuration:
592592
- addReply:
593593
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.'
594594
description: Add comment when 'Needs Author Feedback' is applied to issue
595+
- if:
596+
- payloadType: Pull_Request
597+
- isAction:
598+
action: Opened
599+
- targetsBranch:
600+
branch: release/9.0
601+
then:
602+
- addMilestone:
603+
milestone: 9.0.x
604+
- addReply:
605+
reply: >-
606+
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.
607+
608+
Otherwise, please add `tell-mode` label.
609+
description: Add release/9.0 targeting PRs to the servicing project
595610
- if:
596611
- payloadType: Pull_Request
597612
- isAction:

0 commit comments

Comments
 (0)