From c69e32b5b8ab032ae3e843bd3f728d9ee4eaa19e Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 9 Nov 2022 10:34:29 -0800 Subject: [PATCH] Revert changes to fabricbot.json (#78126) Looks like this broke parsing. I'll revert and bring back the change later. --- .github/fabricbot.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 13786ca..1259ce6 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -175,26 +175,6 @@ }, { "labels": [ - "area-Tools-ILLink" - ], - "mentionees": [ - "agocke", - "sbomer", - "vitek-karas", - ] - }, - { - "labels": [ - "area-NativeAOT-coreclr" - ], - "mentionees": [ - "agocke", - "MichalStrehovsky", - "jkotas" - ] - }, - { - "labels": [ "area-System.Buffers" ], "mentionees": [ @@ -2095,12 +2075,6 @@ } }, { - "name": "hasLabel", - "parameters": { - "label": "area-Tools-ILLink" - } - }, - { "name": "labelAdded", "parameters": { "label": "area-AssemblyLoader-coreclr" @@ -2129,12 +2103,6 @@ "parameters": { "label": "area-Single-File" } - }, - { - "name": "labelAdded", - "parameters": { - "label": "area-Tools-ILLink" - } } ] }, -- 2.7.4