mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore: 🤖 add labeler GitHub Action (#43521)
This commit is contained in:
parent
cca899f0e7
commit
162e145f87
2 changed files with 24 additions and 0 deletions
12
.github/labeler.yml
vendored
Normal file
12
.github/labeler.yml
vendored
Normal 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
12
.github/workflows/label.yml
vendored
Normal 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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue