Skip to content

Commit

Permalink
Update auto-assignment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shmishra99 authored Dec 22, 2023
1 parent 451413e commit 356888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/auto-assignment.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = async ({ github, context }) => {
// Is this an issue? If so, assign the issue number. Otherwise, assign the PR number.
if (context.payload.issue) {
//assignee List for issues.
assigneesList = [];
assigneesList = ['shmishra99'];
issueNumber = context.payload.issue.number;
} else {
//assignee List for PRs.
Expand Down

0 comments on commit 356888c

Please sign in to comment.