Skip to content

Commit e88702e

Browse files
authored
Merge pull request #381 from Labelbox/csetian/update-team-label
Update active learning github team label
2 parents 3385dce + 6dabe92 commit e88702e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/teams.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
active-learning:
2+
- '@cssetian'
3+
- '@gszpak'
4+
- '@msokoloff1'
5+
- '@tomislav-peharda'
6+
- '@jtsodapop'
7+
- '@kozikkamil'
8+
- '@dubininsergey'
9+
- '@farkob'
10+
- '@attila-papai'
11+
- '@Juanbuhler'
12+
- '@sqlboy'
13+
- '@nmaswood'
14+
- '@gdj0nes'

.github/workflows/team-labeler.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
on: pull_request
2+
name: team-label
3+
jobs:
4+
team-labeler:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: JulienKode/team-labeler-action@v0.1.0
8+
with:
9+
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)