diff --git a/.github/workflows/ai_claude-backend-reviewer.yml b/.github/workflows/ai_claude-backend-reviewer.yml index a35ca19d386..72934e892f6 100644 --- a/.github/workflows/ai_claude-backend-reviewer.yml +++ b/.github/workflows/ai_claude-backend-reviewer.yml @@ -29,7 +29,7 @@ jobs: env: AUTHOR: ${{ github.event.pull_request.user.login }} run: | - PILOT_AUTHORS='["dsolistorres","gortiz-dotcms","dsilvam"]' + PILOT_AUTHORS='["gortiz-dotcms","danielsolis-dotcms","danielsilva-dotcms"]' if echo "$PILOT_AUTHORS" | jq -e --arg a "$AUTHOR" 'index($a) != null' > /dev/null; then echo "authorized=true" >> $GITHUB_OUTPUT echo "✅ $AUTHOR is in the pilot list"