diff --git a/.github/teams.yml b/.github/teams.yml new file mode 100644 index 0000000000..a2020453d6 --- /dev/null +++ b/.github/teams.yml @@ -0,0 +1,11 @@ +"team: medusa": + - "@olivermrbl" + - "@srindom" + - "@adrien2p" + - "@riqwan" + - "@fPolic" + - "@shahednasser" + - "@carlos-r-l-rodrigues" + - "@VariableVic" + - "@kasperkristensen" + - "@pKorsholm" diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml new file mode 100644 index 0000000000..707e152ff5 --- /dev/null +++ b/.github/workflows/team-labeler.yml @@ -0,0 +1,14 @@ +on: + pull_request: + issues: +name: Label PR with team +permissions: + contents: read + pull-requests: write +jobs: + team-labeler: + runs-on: ubuntu-latest + steps: + - uses: JulienKode/team-labeler-action@v1.1.0 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file