Skip to content

Commit 6bd0627

Browse files
authored
Update assignee list (#2748)
1 parent 0388dae commit 6bd0627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scripts/auto-assignment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ module.exports = async ({ github, context }) => {
1212

1313
// 1. Determine if this is an Issue or PR and select the list
1414
if (isIssue) {
15-
candidates = ["dhantule", "sachinprasadhs", "LakshmiKalaKadali", "maitry63"];
15+
candidates = ["dhantule", "mrinalghoshh", "maitry63"];
1616
itemNumber = context.payload.issue.number;
1717
author = context.payload.issue.user.login;
1818
} else if (isPr) {
1919
// Reviewer list for PRs
20-
candidates = ["sachinprasadhs", "divyashreepathihalli"];
20+
candidates = ["laxmareddyp", "divyashreepathihalli"];
2121
itemNumber = context.payload.pull_request.number;
2222
author = context.payload.pull_request.user.login;
2323
} else {

0 commit comments

Comments
 (0)