From 83010bcc48c4290f6ef31e5e1d07a868fb440cc0 Mon Sep 17 00:00:00 2001 From: Mario Guerra Date: Wed, 8 Feb 2023 17:50:49 -0600 Subject: [PATCH 1/3] assign issue when Test-Proxy label is used --- .github/fabricbot.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 1ca140a9194..fe0cb61a1ca 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -558,5 +558,42 @@ } ] } + }, + { + "taskType": "trigger", + "capabilityId": "IssueResponder", + "subCapability": "IssuesOnlyResponder", + "version": "1.0", + "config": { + "conditions": { + "operator": "and", + "operands": [ + { + "name": "labelAdded", + "parameters": { + "label": "Test-Proxy" + } + } + ] + }, + "eventType": "issue", + "eventNames": [ + "issues", + "project_card" + ], + "taskName": "Assign issue on use of Test-Proxy label", + "actions": [ + { + "name": "assignToUser", + "parameters": { + "groupId": "", + "user": "mario-guerra" + } + } + ], + "dangerZone": { + "respondToBotActions": false + } + } } ] \ No newline at end of file From 7b7426dbbcb840f3ac72a52c88e465ab9c957509 Mon Sep 17 00:00:00 2001 From: Mario Guerra <85648637+mario-guerra@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:54:13 -0600 Subject: [PATCH 2/3] Update fabricbot.json --- .github/fabricbot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index fe0cb61a1ca..a8d1e182875 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -596,4 +596,4 @@ } } } -] \ No newline at end of file +] From a7504fa22625a4037dd8a5fc42b2ad81ddf1787c Mon Sep 17 00:00:00 2001 From: Mario Guerra <85648637+mario-guerra@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:54:45 -0600 Subject: [PATCH 3/3] Update fabricbot.json