From ad254a423ad6c58547a9676997ff781fd0d5540f Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan Date: Thu, 9 Jan 2020 15:32:54 -0800 Subject: [PATCH] Removed GitHub Labeler Action --- .github/labeler.yml | 66 ----------------------------------- .github/workflows/labeler.yml | 12 ------- 2 files changed, 78 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index c83511906d..0000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,66 +0,0 @@ -# "AzureAD" is an area-security area. -area-azure: - - src/Azure/AzureAppServices.HostingStartup/**/* - - src/Azure/AzureAppServicesIntegration/**/* - -area-blazor: - - src/Components/**/* - -area-commandlinetools: - - src/Tools/**/* - -area-dataprotection: - - src/DataProtection/**/* - -#area-grpc: - -#area-healthchecks: - -area-hosting: - - src/Hosting/**/* - - src/SiteExtensions/**/* - - src/DefaultBuilder/**/* - -#area-httpclientfactory: - -area-identity: - - src/Identity/**/* - -area-infrastructure: - - global.json - - .azure/**/* - - .config/**/* - - eng/**/* - -area-installers: - - src/Installers/**/* - -area-middleware: - - src/Middleware/**/* - -area-mvc: - - src/ProjectTemplates/**/* - - src/Razor/**/* - - src/Mvc/**/* - - src/MusicStore/**/* - -area-platform: - - src/Framework/**/* - -area-security: - - src/Security/**/* - - src/Azure/AzureAD/**/* - -# For now, "Http" is under servers. We might adjust that later. -area-servers: - - src/Servers/**/* - - src/Http/**/* - -area-signalr: - - src/SignalR/**/* - -area-websockets: - - src/Middleware/WebSockets/**/* - -api-suggestion: - - src/**/ref/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 6726bfeed7..0000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: "Pull Request Labeler" -on: -- pull_request - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v2 - if: github.repository == 'dotnet/aspnetcore' - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"