diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index c33e203..3a4d3ce 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -20,5 +20,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, - assignees: ['akegaviar'] + assignees: ['smypmsa'] }); \ No newline at end of file