diff --git a/.github/workflows/on_pull_request_open.yml b/.github/workflows/on_pull_request_open.yml index 1f283381a7..d47abec14a 100644 --- a/.github/workflows/on_pull_request_open.yml +++ b/.github/workflows/on_pull_request_open.yml @@ -18,9 +18,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.PAT_GH_READ_ORG }}" username: "${{ github.actor }}" # List of all teams for dsys - team: "Design Systems PD" - - #[Design Systems PD,design-systems,Design Systems Eng,Design Systems Eng Leads] + team: "[Design Systems PD,design-systems,Design Systems Eng,Design Systems Eng Leads]" - name: Debug in group run: echo "${{ github.actor }} is team member ${{ steps.teamAffiliation.outputs.isTeamMember }}"