Skip to content

Commit 8075ac7

Browse files
committed
Fixup
1 parent 81ef4fc commit 8075ac7

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/policies/resourceManagement.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,8 @@ configuration:
185185
filters:
186186
- isPullRequest
187187
- isOpen
188-
- targetsBranch:
189-
branch: main
190188
- hasLabel:
191-
label: 'Type: Dependency Update :arrow_up_small:'
189+
label: 'build-ops'
192190
- noActivitySince:
193191
days: 1
194192
actions:
@@ -202,10 +200,8 @@ configuration:
202200
filters:
203201
- isPullRequest
204202
- isOpen
205-
- targetsBranch:
206-
branch: main
207203
- hasLabel:
208-
label: 'Type: Dependency Update :arrow_up_small:'
204+
label: 'build-ops'
209205
- noActivitySince:
210206
days: 3
211207
actions:
@@ -307,6 +303,8 @@ configuration:
307303
label: area-infrastructure
308304
- addLabel:
309305
label: 'Type: Merge Forward :fast_forward:'
306+
- addLabel:
307+
label: 'build-ops'
310308
- approvePullRequest:
311309
comment: Auto-approving branch merge.
312310
description: '[Infrastructure PRs] Add area-infrastructure label to auto-merge Pull Requests'
@@ -538,16 +536,16 @@ configuration:
538536
- isAction:
539537
action: Opened
540538
- targetsBranch:
541-
branch: release/2.1
539+
branch: release/2.3
542540
then:
543541
- addMilestone:
544-
milestone: 2.1.x
542+
milestone: 2.3.x
545543
- addReply:
546544
reply: >-
547545
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.
548546
549547
Otherwise, please add `tell-mode` label.
550-
description: Add release/2.1 targeting PRs to the servicing project
548+
description: Add release/2.3 targeting PRs to the servicing project
551549
- if:
552550
- payloadType: Pull_Request
553551
- labelAdded:
@@ -694,6 +692,8 @@ configuration:
694692
label: area-infrastructure
695693
- addLabel:
696694
label: 'Type: Dependency Update :arrow_up_small:'
695+
- addLabel:
696+
label: 'build-ops'
697697
- approvePullRequest:
698698
comment: Auto-approving SDK update.
699699
- enableAutoMerge:
@@ -713,6 +713,8 @@ configuration:
713713
label: area-infrastructure
714714
- addLabel:
715715
label: 'Type: Dependency Update :arrow_up_small:'
716+
- addLabel:
717+
label: 'build-ops'
716718
- approvePullRequest:
717719
comment: Auto-approving dependabot update.
718720
- enableAutoMerge:

0 commit comments

Comments
 (0)