From 78a01ee106754b9758f7175e89ba5d51314434e6 Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 14 Oct 2024 13:18:54 -0500 Subject: [PATCH] chore(ci): final imp --- .github/opened-pr-contribution-labeler.yml | 4 ---- .github/workflows/on_pull_request_open.yml | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/opened-pr-contribution-labeler.yml b/.github/opened-pr-contribution-labeler.yml index bdc6e26700..46b1e143d0 100644 --- a/.github/opened-pr-contribution-labeler.yml +++ b/.github/opened-pr-contribution-labeler.yml @@ -4,7 +4,3 @@ "Contribution": - changed-files: - any-glob-to-any-file: "*/**" - -"Status: Do Not Merge": - - changed-files: - - any-glob-to-any-file: "*/**" diff --git a/.github/workflows/on_pull_request_open.yml b/.github/workflows/on_pull_request_open.yml index 78954487ed..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,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 }}"