chore: 🤖 add labeler GitHub Action (#43521)

This commit is contained in:
Vadim Dalecky 2019-08-20 17:12:16 +02:00 committed by GitHub
parent cca899f0e7
commit 162e145f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

12
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,12 @@
'Team:AppArch':
- src/plugins/data/**/*
- src/plugins/embeddable/**/*
- src/plugins/kibana_react/**/*
- src/plugins/kibana_utils/**/*
- src/legacy/core_plugins/dashboard_embeddable_container/**/*
- src/legacy/core_plugins/data/**/*
- src/legacy/core_plugins/embeddable_api/**/*
- src/legacy/core_plugins/interpreter/**/*
- src/legacy/ui/public/index_patterns/**/*
- src/legacy/ui/public/indexed_array/**/*
- src/legacy/ui/public/new_platform/**/*

12
.github/workflows/label.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"