chore: PR team labeler (#6249)

This commit is contained in:
Oli Juhl
2024-01-29 08:11:39 +01:00
committed by GitHub
parent 5c4a5a1454
commit 8f9a12c895
2 changed files with 25 additions and 0 deletions

11
.github/teams.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
"team: medusa":
- "@olivermrbl"
- "@srindom"
- "@adrien2p"
- "@riqwan"
- "@fPolic"
- "@shahednasser"
- "@carlos-r-l-rodrigues"
- "@VariableVic"
- "@kasperkristensen"
- "@pKorsholm"

14
.github/workflows/team-labeler.yml vendored Normal file
View File

@@ -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 }}"