From a8570584446cfbd9a699ac9df65320acb8311dcf Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 14 Oct 2024 13:21:15 -0500 Subject: [PATCH] chore(ci): final impl --- .github/workflows/on_pull_request_open.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}"