diff --git a/.github/workflows/auto-label-tui.yml b/.github/workflows/auto-label-tui.yml index 6f767aadb..333b72dbc 100644 --- a/.github/workflows/auto-label-tui.yml +++ b/.github/workflows/auto-label-tui.yml @@ -30,11 +30,4 @@ 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'] - }); }