diff --git a/.github/teams.yml b/.github/teams.yml new file mode 100644 index 0000000000000..383f821ec15ec --- /dev/null +++ b/.github/teams.yml @@ -0,0 +1,2 @@ +"team: medusa": + - "@olivermrbl" diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml new file mode 100644 index 0000000000000..707e152ff5801 --- /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 diff --git a/www/apps/docs/announcement.json b/www/apps/docs/announcement.json index 60ace9556e3cc..9e26dfeeb6e64 100644 --- a/www/apps/docs/announcement.json +++ b/www/apps/docs/announcement.json @@ -1 +1 @@ -{"id":"https://github.com/medusajs/medusa/releases/tag/v1.20.1","content":"v1.20.1 is out","isCloseable":true} \ No newline at end of file +{} \ No newline at end of file