From a38fc62b0cd0cd3d1bc34bee17d95cf2ed493165 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Thu, 13 Apr 2023 17:04:14 +0800 Subject: [PATCH] Update fabricbot.json --- .github/fabricbot.json | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 92b660c2896..9ba54f54398 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -13062,6 +13062,75 @@ } ] } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "IssuesOnlyResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "operator": "or", + "operands": [ + { + "name": "titleContains", + "parameters": { + "titlePattern": "az k8s-configuration", + "isRegex": true + } + }, + { + "name": "bodyContains", + "parameters": { + "bodyPattern": "az k8s-configuration", + "isRegex": true + } + } + ] + }, + { + "operator": "or", + "operands": [ + { + "name": "isAction", + "parameters": { + "action": "opened" + } + } + ] + } + ] + }, + "eventType": "issue", + "eventNames": [ + "issues", + "project_card" + ], + "taskName": "[Kubernetes Configuration] auto assign labels and users based on issue description.", + "actions": [ + { + "name": "addLabel", + "parameters": { + "label": "Auto-Assign" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "Kubernetes Configuration" + } + }, + { + "name": "addLabel", + "parameters": { + "label": "CXP Attention" + } + } + ] + } } ], "userGroups": [