diff --git a/.github/workflows/auto-label-tui.yml b/.github/workflows/auto-label-tui.yml index 333b72dbc..6f767aadb 100644 --- a/.github/workflows/auto-label-tui.yml +++ b/.github/workflows/auto-label-tui.yml @@ -30,4 +30,11 @@ jobs: issue_number: issue.number, labels: ['opentui'] }); + + await github.rest.issues.addAssignees({ + owner: context.repo.owner, + repo: context.repo.repo, + issue_number: issue.number, + assignees: ['thdxr'] + }); }