Removed GitHub Labeler Action

This commit is contained in:
Artak Mkrtchyan 2020-01-09 15:32:54 -08:00
parent fd58d33d87
commit ad254a423a
2 changed files with 0 additions and 78 deletions

66
.github/labeler.yml vendored
View File

@ -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/**/*

View File

@ -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 }}"