diff --git a/.github/teams.yml b/.github/teams.yml new file mode 100644 index 00000000000..9624b7daba3 --- /dev/null +++ b/.github/teams.yml @@ -0,0 +1,6 @@ +team/frontend-platform: + - '@alicjasuska' + - '@umpox' + - '@valerybugakov' + - '@5h1ru' + - '@pdubroy' diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml new file mode 100644 index 00000000000..b663f12392d --- /dev/null +++ b/.github/workflows/team-labeler.yml @@ -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 }}"