From 6b64e7cccce520357865ec64fa84e352d3f56407 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Mon, 21 Nov 2022 17:09:27 -0800 Subject: [PATCH] Introduce a System.Formats.Tar area (#78661) --- .github/fabricbot.json | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ docs/area-owners.json | 13 ++++++++++ docs/area-owners.md | 1 + 3 files changed, 84 insertions(+) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index ccfdab3..0d594ce 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -7786,6 +7786,17 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + } + ] + }, + { + "operator": "not", + "operands": [ + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } } @@ -7918,6 +7929,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -8005,6 +8022,12 @@ { "name": "labelAdded", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "labelAdded", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -8137,6 +8160,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -8878,6 +8907,17 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + } + ] + }, + { + "operator": "not", + "operands": [ + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } } @@ -8992,6 +9032,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -9207,6 +9253,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -9370,6 +9422,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -9536,6 +9594,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, @@ -9702,6 +9766,12 @@ { "name": "hasLabel", "parameters": { + "label": "area-System.Formats.Tar" + } + }, + { + "name": "hasLabel", + "parameters": { "label": "area-System.IO.Compression" } }, diff --git a/docs/area-owners.json b/docs/area-owners.json index 1398390..796cfb4 100644 --- a/docs/area-owners.json +++ b/docs/area-owners.json @@ -920,6 +920,19 @@ "label": "area-System.Formats.Cbor" }, { + "lead": "jeffhandley", + "pod": "akhil-carlos-viktor", + "owners": [ + "carlossanlop", + "ericstj", + "jeffhandley", + "smasher164", + "ViktorHofer", + "dotnet/area-system-formats-tar" + ], + "label": "area-System.Formats.Tar" + }, + { "lead": "ericstj", "pod": "eirik-krzysztof-layomi-tarek", "owners": [ diff --git a/docs/area-owners.md b/docs/area-owners.md index 6c4b7e4..4d588cc 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -90,6 +90,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s | area-System.Dynamic.Runtime | @jaredpar | @cston @333fred | Archived component - limited churn/contributions (see [#27790](https://github.com/dotnet/runtime/issues/27790)) | | area-System.Formats.Asn1 | @jeffhandley | @dotnet/area-system-formats-asn1 | | | area-System.Formats.Cbor | @jeffhandley | @dotnet/area-system-formats-cbor | | +| area-System.Formats.Tar | @jeffhandley | @dotnet/area-system-formats-tar | Consultants: @bartonjs @jozkee | | area-System.Globalization | @ericstj | @dotnet/area-system-globalization | | | area-System.IO | @jeffhandley | @dotnet/area-system-io | | | area-System.IO.Compression | @jeffhandley | @dotnet/area-system-io-compression | Included: | -- 2.7.4