From: Andy Gocke Date: Thu, 10 Nov 2022 00:15:38 +0000 (-0800) Subject: Bring back fabricbot changes (#78129) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~5531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29137caa62087c78ac9634a3fa086b8bc8d7d67f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Bring back fabricbot changes (#78129) * Revert "Revert changes to fabricbot.json" This reverts commit 8e93562fe970a4e30e987bb4e945c91cfb6ee5fd. * Remove trailing comma --- diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 1259ce6..7d13d20 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -175,6 +175,26 @@ }, { "labels": [ + "area-Tools-ILLink" + ], + "mentionees": [ + "agocke", + "sbomer", + "vitek-karas" + ] + }, + { + "labels": [ + "area-NativeAOT-coreclr" + ], + "mentionees": [ + "agocke", + "MichalStrehovsky", + "jkotas" + ] + }, + { + "labels": [ "area-System.Buffers" ], "mentionees": [ @@ -2075,6 +2095,12 @@ } }, { + "name": "hasLabel", + "parameters": { + "label": "area-Tools-ILLink" + } + }, + { "name": "labelAdded", "parameters": { "label": "area-AssemblyLoader-coreclr" @@ -2103,6 +2129,12 @@ "parameters": { "label": "area-Single-File" } + }, + { + "name": "labelAdded", + "parameters": { + "label": "area-Tools-ILLink" + } } ] },