Skip to content

Commit e625699

Browse files
Update auto-assignment.js (#2057)
update issues assignee usernames
1 parent d71318d commit e625699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = async ({ github, context }) => {
1212
// Is this an issue? If so, assign the issue number. Otherwise, assign the PR number.
1313
if (context.payload.issue) {
1414
//assignee List for issues.
15-
assigneesList = ["SuryanarayanaY", "sachinprasadhs"];
15+
assigneesList = ["mehtamansi29","sonali-kumari1", "sachinprasadhs"];
1616
issueNumber = context.payload.issue.number;
1717
} else {
1818
//assignee List for PRs.

0 commit comments

Comments
 (0)