Skip to content

Commit d7d1109

Browse files
authored
Removed CXP related actions (#22782)
1 parent c962a07 commit d7d1109

File tree

1 file changed

+5
-69
lines changed

1 file changed

+5
-69
lines changed

.github/policies/resourceManagement.yml

Lines changed: 5 additions & 69 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:
@@ -2674,70 +2674,6 @@ configuration:
26742674
label: needs-triage
26752675
description: Add customer-reported label to issues coming from non-collaborators
26762676
triggerOnOwnActions: true
2677-
- if:
2678-
- payloadType: Issues
2679-
- isOpen
2680-
- labelAdded:
2681-
label: CXP Attention
2682-
- not:
2683-
hasLabel:
2684-
label: Service Attention
2685-
then:
2686-
- addReply:
2687-
reply: Thank you for your feedback. This has been routed to the support team for assistance.
2688-
description: '[CXP Pilot] CXP Attention Responder'
2689-
- if:
2690-
- payloadType: Issues
2691-
- isOpen
2692-
- labelAdded:
2693-
label: customer-reported
2694-
- not:
2695-
hasLabel:
2696-
label: CXP Attention
2697-
- not:
2698-
hasLabel:
2699-
label: Service Attention
2700-
- or:
2701-
- titleContains:
2702-
pattern: Synapse
2703-
isRegex: False
2704-
- titleContains:
2705-
pattern: OperationalInsights
2706-
isRegex: False
2707-
- titleContains:
2708-
pattern: Storage
2709-
isRegex: False
2710-
- titleContains:
2711-
pattern: DataFactory
2712-
isRegex: False
2713-
- titleContains:
2714-
pattern: Webapp
2715-
isRegex: False
2716-
- titleContains:
2717-
pattern: AppService
2718-
isRegex: False
2719-
- titleContains:
2720-
pattern: FrontDoor
2721-
isRegex: False
2722-
- titleContains:
2723-
pattern: Consumption
2724-
isRegex: False
2725-
- titleContains:
2726-
pattern: CosmosDB
2727-
isRegex: False
2728-
- titleContains:
2729-
pattern: AzAutomation
2730-
isRegex: False
2731-
- titleContains:
2732-
pattern: AzWvd
2733-
isRegex: False
2734-
then:
2735-
- addLabel:
2736-
label: CXP Attention
2737-
- addReply:
2738-
reply: Thank you for your feedback. This has been routed to the support team for assistance.
2739-
description: '[CXP Pilot] CXP Attention to service module'
2740-
triggerOnOwnActions: true
27412677
- if:
27422678
- payloadType: Issues
27432679
- labelAdded:
@@ -2795,5 +2731,5 @@ configuration:
27952731
- addReply:
27962732
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.
27972733
description: '[Resolve Workflow] Unresolve Command Without Permissions'
2798-
onFailure:
2799-
onSuccess:
2734+
onFailure:
2735+
onSuccess:

0 commit comments

Comments
 (0)