mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
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:
parent
977f20736b
commit
9130d4fc87
6
.github/teams.yml
vendored
Normal file
6
.github/teams.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
team/frontend-platform:
|
||||
- '@alicjasuska'
|
||||
- '@umpox'
|
||||
- '@valerybugakov'
|
||||
- '@5h1ru'
|
||||
- '@pdubroy'
|
||||
9
.github/workflows/team-labeler.yml
vendored
Normal file
9
.github/workflows/team-labeler.yml
vendored
Normal 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 }}"
|
||||
Loading…
Reference in New Issue
Block a user