@@ -15,16 +15,16 @@ jobs:
1515 const { owner, repo, number } = context.issue;
1616
1717 // Default reviewers for all components
18- const defaultReviewers = ['nvzhihanj'];
18+ const defaultReviewers = ['nvzhihanj','arekay-nv' ];
1919
2020 // Component-specific reviewers (you can expand this later)
2121 const componentReviewers = {
22- 'src/inference_endpoint/load_generator/': ['nvzhihanj'],
23- 'src/inference_endpoint/dataset_manager/': ['nvzhihanj'],
24- 'src/inference_endpoint/endpoint_client/': ['nvzhihanj'],
25- 'src/inference_endpoint/metrics/': ['nvzhihanj'],
26- 'src/inference_endpoint/config/': ['nvzhihanj'],
27- 'src/inference_endpoint/plugins/': ['nvzhihanj'],
22+ 'src/inference_endpoint/load_generator/': ['nvzhihanj','arekay-nv' ],
23+ 'src/inference_endpoint/dataset_manager/': ['nvzhihanj','arekay-nv' ],
24+ 'src/inference_endpoint/endpoint_client/': ['nvzhihanj','arekay-nv' ],
25+ 'src/inference_endpoint/metrics/': ['nvzhihanj','arekay-nv' ],
26+ 'src/inference_endpoint/config/': ['nvzhihanj','arekay-nv' ],
27+ 'src/inference_endpoint/plugins/': ['nvzhihanj','arekay-nv' ],
2828 };
2929
3030 // Get changed files
0 commit comments