Add some more names to the assignees list for a trusted partner PR

PiperOrigin-RevId: 448513540
diff --git a/.github/workflows/trusted_partners.js b/.github/workflows/trusted_partners.js
index d45c4f5..f9aa879 100644
--- a/.github/workflows/trusted_partners.js
+++ b/.github/workflows/trusted_partners.js
@@ -51,7 +51,7 @@
 */
 const intel_action = async ({github, context}) => {
   const labels = ['kokoro:force-run', 'ready to pull'];
-  const assignees = ['mihaimaruseac'];
+  const assignees = ['mihaimaruseac', 'nitins17', 'learning-to-play'];
   const resp_label = await github.rest.issues.addLabels({
     issue_number: context.issue.number,
     owner: context.repo.owner,