From 4a292bf977862c19f447d37aa867cb7f016a3cc1 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 31 Oct 2025 14:58:18 -0500 Subject: [PATCH] ci: auto assign --- .github/workflows/auto-label-tui.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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'] + }); }