We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3385dce + 6dabe92 commit e88702eCopy full SHA for e88702e
.github/teams.yml
@@ -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
@@ -0,0 +1,9 @@
+on: pull_request
+name: team-label
+jobs:
+ team-labeler:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: JulienKode/team-labeler-action@v0.1.0
+ with:
+ repo-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments