Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
const { owner, repo, number } = context.issue;

// Default reviewers for all components
const defaultReviewers = ['nvzhihanj'];
const defaultReviewers = ['nvzhihanj','arekay-nv'];

// Component-specific reviewers (you can expand this later)
const componentReviewers = {
'src/inference_endpoint/load_generator/': ['nvzhihanj'],
'src/inference_endpoint/dataset_manager/': ['nvzhihanj'],
'src/inference_endpoint/endpoint_client/': ['nvzhihanj'],
'src/inference_endpoint/metrics/': ['nvzhihanj'],
'src/inference_endpoint/config/': ['nvzhihanj'],
'src/inference_endpoint/plugins/': ['nvzhihanj'],
'src/inference_endpoint/load_generator/': ['nvzhihanj','arekay-nv'],
'src/inference_endpoint/dataset_manager/': ['nvzhihanj','arekay-nv'],
'src/inference_endpoint/endpoint_client/': ['nvzhihanj','arekay-nv'],
'src/inference_endpoint/metrics/': ['nvzhihanj','arekay-nv'],
'src/inference_endpoint/config/': ['nvzhihanj','arekay-nv'],
'src/inference_endpoint/plugins/': ['nvzhihanj','arekay-nv'],
};

// Get changed files
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/branch-validator.yml

This file was deleted.