Merge pull request #4393 from element-hq/feature/bma/fixWrongTeam

"Core Team" is a team of matrix-org. Use team "Vector Core" instead.
This commit is contained in:
Benoit Marty
2025-03-11 17:11:45 +01:00
committed by GitHub

View File

@@ -35,8 +35,8 @@ jobs:
with:
username: ${{ github.event.pull_request.user.login }}
organization: element-hq
team: Core Team
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
team: Vector Core
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN_READ_ORG }}
- name: Add label
if: steps.teams.outputs.isTeamMember == 'false'
uses: actions/github-script@v7