Skip to content

Commit e238ba3

Browse files
authored
Added dummy service for testing purpose (#22700)
1 parent 980b8b9 commit e238ba3

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

.github/policies/resourceManagement.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
id:
1+
id:
22
name: GitOps.PullRequestIssueManagement
33
description: GitOps.PullRequestIssueManagement primitive
4-
owner:
4+
owner:
55
resource: repository
66
disabled: false
7-
where:
7+
where:
88
configuration:
99
resourceManagementConfiguration:
1010
scheduledSearches:
@@ -2610,6 +2610,22 @@ configuration:
26102610
- vicancy
26112611
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
26122612
assignMentionees: False
2613+
- if:
2614+
- or:
2615+
- labelAdded:
2616+
label: Service Attention
2617+
- labelAdded:
2618+
label: TestFabricBot
2619+
- hasLabel:
2620+
label: Service Attention
2621+
- hasLabel:
2622+
label: TestFabricBot
2623+
then:
2624+
- mentionUsers:
2625+
mentionees:
2626+
- vidai-msft
2627+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2628+
assignMentionees: False
26132629
description: Triage issues to the service team
26142630
- if:
26152631
- payloadType: Pull_Request
@@ -2785,5 +2801,5 @@ configuration:
27852801
- addReply:
27862802
reply: Hi ${contextualAuthor}, only the original author of the issue can ask that it be unresolved. Please open a new issue with your scenario and details if you would like to discuss this topic with the team.
27872803
description: '[Resolve Workflow] Unresolve Command Without Permissions'
2788-
onFailure:
2789-
onSuccess:
2804+
onFailure:
2805+
onSuccess:

0 commit comments

Comments
 (0)