From 6a84e7e289c42b3516f796727b970be61954e70d Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Mon, 9 Sep 2024 15:06:24 +0530 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 469f6e570..e65017897 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,6 @@ concurrency: permissions: checks: write - pull-requests: write jobs: Lint: @@ -33,7 +32,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ES_LINT_TOKEN }} username: ${{ github.actor }} organization: xola - team: 'Engineering_,X2 Consultants_' + team: 'Engineering,X2 Consultants' - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }} run: |