Skip to content

Commit 47c37a8

Browse files
wtgodbehalter73
authored andcommitted
Add references to new 9.0 branches in .yml files (#57463)
1 parent eb5c379 commit 47c37a8

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

.azure/pipelines/helix-matrix.yml

+1
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

+1
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

+12
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

+30-4
Original file line numberDiff line numberDiff line change
@@ -501,19 +501,30 @@ configuration:
501501
branch: main
502502
then:
503503
- addMilestone:
504-
milestone: 9.0-rc1
504+
milestone: 10.0-preview1
505505
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
506506
- if:
507507
- payloadType: Pull_Request
508508
- isAction:
509509
action: Closed
510510
- targetsBranch:
511-
branch: release/9.0-preview7
511+
branch: release/9.0-rc1
512512
then:
513513
- removeMilestone
514514
- addMilestone:
515-
milestone: 9.0-preview7
516-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview7 branch'
515+
milestone: 9.0-rc1
516+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc1 branch'
517+
- if:
518+
- payloadType: Pull_Request
519+
- isAction:
520+
action: Closed
521+
- targetsBranch:
522+
branch: release/9.0
523+
then:
524+
- removeMilestone
525+
- addMilestone:
526+
milestone: 9.0-rc2
527+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
517528
- if:
518529
- payloadType: Issues
519530
- isAction:
@@ -581,6 +592,21 @@ configuration:
581592
- addReply:
582593
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.'
583594
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
584610
- if:
585611
- payloadType: Pull_Request
586612
- isAction:

0 commit comments

Comments
 (0)