You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/resourceManagement.yml
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -185,10 +185,8 @@ configuration:
185
185
filters:
186
186
- isPullRequest
187
187
- isOpen
188
-
- targetsBranch:
189
-
branch: main
190
188
- hasLabel:
191
-
label: 'Type: Dependency Update :arrow_up_small:'
189
+
label: 'build-ops'
192
190
- noActivitySince:
193
191
days: 1
194
192
actions:
@@ -202,10 +200,8 @@ configuration:
202
200
filters:
203
201
- isPullRequest
204
202
- isOpen
205
-
- targetsBranch:
206
-
branch: main
207
203
- hasLabel:
208
-
label: 'Type: Dependency Update :arrow_up_small:'
204
+
label: 'build-ops'
209
205
- noActivitySince:
210
206
days: 3
211
207
actions:
@@ -307,6 +303,8 @@ configuration:
307
303
label: area-infrastructure
308
304
- addLabel:
309
305
label: 'Type: Merge Forward :fast_forward:'
306
+
- addLabel:
307
+
label: 'build-ops'
310
308
- approvePullRequest:
311
309
comment: Auto-approving branch merge.
312
310
description: '[Infrastructure PRs] Add area-infrastructure label to auto-merge Pull Requests'
@@ -538,16 +536,16 @@ configuration:
538
536
- isAction:
539
537
action: Opened
540
538
- targetsBranch:
541
-
branch: release/2.1
539
+
branch: release/2.3
542
540
then:
543
541
- addMilestone:
544
-
milestone: 2.1.x
542
+
milestone: 2.3.x
545
543
- addReply:
546
544
reply: >-
547
545
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.
548
546
549
547
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
0 commit comments