From: Jeff Handley Date: Tue, 13 Feb 2024 19:18:22 +0000 (-0800) Subject: Prepare the FabricBot config for migration to Policy Service (#4504) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=100dcce09a88d93653c2556b119bc17506ee0c97;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Prepare the FabricBot config for migration to Policy Service (#4504) This updates the FabricBot configuration to address issues we've seen migrating other repositories to the Policy Service automation. There are no behavioral changes. --- diff --git a/.github/fabricbot.json b/.github/fabricbot.json index c1446e705..0d3201edb 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -74,8 +74,7 @@ "eventType": "pull_request", "eventNames": [ "pull_request", - "issues", - "project_card" + "issues" ], "taskName": "Auto approve dependencies", "actions": [ @@ -97,6 +96,10 @@ "conditions": { "operator": "and", "operands": [ + { + "name": "isIssue", + "parameters": {} + }, { "operator": "not", "operands": [ @@ -196,6 +199,10 @@ "label": "Needs: Author Feedback" } }, + { + "name": "isIssue", + "parameters": {} + }, { "name": "isOpen", "parameters": {} @@ -788,6 +795,10 @@ } ] }, + { + "name": "isIssue", + "parameters": {} + }, { "name": "hasLabel", "parameters": { @@ -806,8 +817,7 @@ ], "eventType": "issue", "eventNames": [ - "issues", - "project_card" + "issues" ] } }, @@ -821,6 +831,10 @@ "conditions": { "operator": "and", "operands": [ + { + "name": "isIssue", + "parameters": {} + }, { "name": "hasLabel", "parameters": { @@ -852,6 +866,10 @@ "conditions": { "operator": "and", "operands": [ + { + "name": "isIssue", + "parameters": {} + }, { "name": "labelAdded", "parameters": { @@ -862,8 +880,7 @@ }, "eventType": "issue", "eventNames": [ - "issues", - "project_card" + "issues" ], "taskName": "Add comment when 'Needs Author Feedback' is applied to issue", "actions": [