From 0ff3d19c67fd5ece7fa045ac1d477e20db39a47c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 11 Mar 2025 13:57:59 +0100 Subject: [PATCH] "Core Team" is a team of matrix-org. Use team "Vector Core" instead. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 42537c54b4..5aea0a43b1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: with: username: ${{ github.event.pull_request.user.login }} organization: element-hq - team: Core Team + team: Vector Core GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} - name: Add label if: steps.teams.outputs.isTeamMember == 'false'