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
description: '[Infrastructure PRs] Add build-ops label to dependency update Pull Requests against main'
289
309
- if:
290
310
- payloadType: Pull_Request
291
311
- isAction:
@@ -303,6 +323,8 @@ configuration:
303
323
label: area-infrastructure
304
324
- addLabel:
305
325
label: 'Type: Merge Forward :fast_forward:'
326
+
- addLabel:
327
+
label: 'build-ops'
306
328
- approvePullRequest:
307
329
comment: Auto-approving branch merge.
308
330
description: '[Infrastructure PRs] Add area-infrastructure label to auto-merge Pull Requests'
@@ -534,16 +556,16 @@ configuration:
534
556
- isAction:
535
557
action: Opened
536
558
- targetsBranch:
537
-
branch: release/2.1
559
+
branch: release/2.3
538
560
then:
539
561
- addMilestone:
540
-
milestone: 2.1.x
562
+
milestone: 2.3.x
541
563
- addReply:
542
564
reply: >-
543
565
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.
544
566
545
567
Otherwise, please add `tell-mode` label.
546
-
description: Add release/2.1 targeting PRs to the servicing project
568
+
description: Add release/2.3 targeting PRs to the servicing project
0 commit comments