From a3408d46e00106b84d4dd75764915df43c1c0485 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 3 Aug 2023 11:50:08 -0700 Subject: [PATCH] Add the interop tags to the "add to the AppModel project" automation (#89221) --- .github/fabricbot.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 66899a8..9f1c374 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -2132,6 +2132,18 @@ } }, { + "name": "hasLabel", + "parameters": { + "label": "area-Interop-coreclr" + } + }, + { + "name": "hasLabel", + "parameters": { + "label": "area-System.Runtime.InteropServices" + } + }, + { "name": "labelAdded", "parameters": { "label": "area-AssemblyLoader-coreclr" @@ -2166,6 +2178,18 @@ "parameters": { "label": "area-Tools-ILLink" } + }, + { + "name": "labelAdded", + "parameters": { + "label": "area-Interop-coreclr" + } + }, + { + "name": "labelAdded", + "parameters": { + "label": "area-System.Runtime.InteropServices" + } } ] }, -- 2.7.4