From 2849b4c00fc479583203ae19b5a5230115029f1e Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Tue, 11 Jul 2023 11:32:03 -0500 Subject: [PATCH] Update area-owners.md (#49229) * Update area-owners.md * Update area-owners.md * Update area-owners.md * Update area-owners.md * Update area-owners.md * Update area-owners.md * avoid triggering validation on md * Added more owners/leads. * Update area-owners.md --------- Co-authored-by: Aditya Mandaleeka Co-authored-by: Safia Abdalla --- .azure/pipelines/ci.yml | 9 +++++ .azure/pipelines/quarantined-pr.yml | 6 ++-- docs/area-owners.md | 51 ++++++++++++++++++++--------- 3 files changed, 47 insertions(+), 19 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 4c0bda981048..26ece7db220e 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -17,6 +17,15 @@ pr: branches: include: - '*' + paths: + exclude: + - .devcontainer/* + - .github/* + - .vscode/* + - docs/* + - '**/*.md' + - LICENSE.TXT + - THIRD-PARTY-NOTICES.TXT schedules: - cron: 0 9 * * 1 diff --git a/.azure/pipelines/quarantined-pr.yml b/.azure/pipelines/quarantined-pr.yml index 32245b249f1f..c9149b4a9257 100644 --- a/.azure/pipelines/quarantined-pr.yml +++ b/.azure/pipelines/quarantined-pr.yml @@ -20,14 +20,12 @@ pr: - release/* paths: exclude: + - .devcontainer/* - .github/* - .vscode/* + - docs/* - '**/*.md' - - CODE-OF-CONDUCT.md - - CONTRIBUTING.md - LICENSE.TXT - - README.md - - SECURITY.md - THIRD-PARTY-NOTICES.TXT schedules: diff --git a/docs/area-owners.md b/docs/area-owners.md index f68399dc5b45..226b863a358a 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -1,18 +1,39 @@ # Area Owners -The below table lists all the `area-`labels used in the `aspnetcore` repository and their owners: +The below table lists all the `area-`labels used in the **dotnet/aspnetcore** repository and their owners. -| Area label | Owner | Description| -|--- | ---| --- | -| area-blazor | mkArtakMSFT | Blazor server and Blazor WASM related | -| area-commandlinetools | mkArtakMSFT | dev certs, dotnet watch, | -| area-dataprotection | Pilchie | | -| area-grpc | shirhatti | | -| area-healthchecks | mkArtakMSFT | | -| area-identity | blowdart | | -| area-infrastructure | wtgodbe | | -| area-mvc | mkArtakMSFT | | -| area-perf | sebastienros | | -| area-security | blowdart | | -| area-runtime | BrennanConroy | | -| area-signalr | BrennanConroy | | +The **dotnet/runtime** repo has [its own list](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md). + +| **area** | **owners** | **lead** | | +|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------------------------------|-------------------------| +| **[area-blazor](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-blazor)** | | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-commandlinetools](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-commandlinetools)** | [@amcasey](https://github.com/amcasey) [@captainsafia](https://github.com/captainsafia) | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | dev certs, dotnet watch | +| **[area-dataprotection](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-dataprotection)** | [@amcasey](https://github.com/amcasey) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-efcore](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-efcore)** | (EF Core issues are in [the EF Core repo](https://github.com/dotnet/efcore/issues)) | [@ajcvickers](https://github.com/ajcvickers) | | +| **[area-grpc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-grpc)** | [@JamesNK](https://github.com/JamesNK) [@mgravell](https://github.com/mgravell) |[@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-healthchecks](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-healthchecks)** | | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-hosting](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-hosting)** | [@halter73](https://github.com/halter73) | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-identity](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-identity)** | [@halter73](https://github.com/halter73) | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-infrastructure](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-infrastructure)** | [@wtgodbe](https://github.com/wtgodbe) | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-middleware](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-middleware)** | [@mitchdenny](https://github.com/mitchdenny) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-minimal](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-minimal)** | [@captainsafia](https://github.com/captainsafia) [@mitchdenny](https://github.com/mitchdenny) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-mvc](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-mvc)** | [@captainsafia](https://github.com/captainsafia) | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-networking](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-networking)** | [@amcasey](https://github.com/amcasey) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-openapi](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-openapi)** | [@captainsafia](https://github.com/captainsafia) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-perf](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-perf)** | [@sebastienros](https://github.com/sebastienros) | | | +| **[area-razor.compiler](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-razor.compiler)** | | | | +| **[area-razor.tooling](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-razor.tooling)** | | | | +| **[area-routing](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-routing)** | | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-runtime](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-runtime)** | [@BrennanConroy](https://github.com/BrennanConroy) [@amcasey](https://github.com/amcasey) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-security](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-security)** | | [@blowdart](https://github.com/blowdart) | | +| **[area-signalr](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-signalr)** | [@BrennanConroy](https://github.com/BrennanConroy) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | +| **[area-ui-rendering](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-ui-rendering)** | | [@mkArtakMSFT](https://github.com/mkArtakMSFT) | | +| **[area-web-frameworks](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-web-frameworks)** | [@captainsafia](https://github.com/captainsafia) [@mitchdenny](https://github.com/mitchdenny) | [@adityamandaleeka](https://github.com/adityamandaleeka) | | + +## Community Triagers + +While not necessarily associated with a specific area, these community members have the power to assist with routing and labeling issues and pull requests, and are generally knowledgeable about how the repo works: + +||||||| +|-|-|-|-|-|-| +[@david-acker](https://github.com/@david-acker) | [@egil](https://github.com/@egil) | [@gfoidl](https://github.com/@gfoidl) | [@hishamco](https://github.com/@hishamco) | [@Kahbazi](https://github.com/@Kahbazi) | [@martincostello](https://github.com/@martincostello) |