Skip to content

Commit 15aec22

Browse files
authored
Add servicing-consider label to 10.0 PRs (dotnet#63319)
1 parent 9d435b7 commit 15aec22

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/policies/resourceManagement.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,25 @@ configuration:
566566
567567
Otherwise, please add `tell-mode` label.
568568
description: Add release/2.3 targeting PRs to the servicing project
569+
- if:
570+
- payloadType: Pull_Request
571+
- isAction:
572+
action: Opened
573+
- targetsBranch:
574+
branch: release/10.0
575+
- activitySenderHasPermission:
576+
permission: Read
577+
- not:
578+
isActivitySender:
579+
user: dotnet-maestro
580+
issueAuthor: False
581+
- not:
582+
isActivitySender:
583+
user: dotnet-maestro-bot
584+
issueAuthor: False
585+
then:
586+
- addLabel:
587+
label: servicing-consider
569588
- if:
570589
- payloadType: Pull_Request
571590
- labelAdded:
@@ -743,3 +762,4 @@ configuration:
743762
onFailure:
744763
onSuccess:
745764

765+

0 commit comments

Comments
 (0)