web: Team Labeler Github action (#19741)

* web: added team-labeler github action

* web: removed other teams from team-labeler configs
This commit is contained in:
Valery Bugakov 2021-04-08 16:42:43 +08:00 committed by GitHub
parent 977f20736b
commit 9130d4fc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

6
.github/teams.yml vendored Normal file
View File

@ -0,0 +1,6 @@
team/frontend-platform:
- '@alicjasuska'
- '@umpox'
- '@valerybugakov'
- '@5h1ru'
- '@pdubroy'

9
.github/workflows/team-labeler.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: team-label
on: pull_request
jobs:
team-labeler:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/team-labeler-action@v0.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"