summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-31 14:58:18 -0500
committerAiden Cline <[email protected]>2025-10-31 14:58:18 -0500
commit4a292bf977862c19f447d37aa867cb7f016a3cc1 (patch)
treeca97a07188c322c23dd07014b1a67dfeaf8aa016 /.github
parente249b41513261456bda8d28ab2d90b24b73a7c77 (diff)
downloadopencode-4a292bf977862c19f447d37aa867cb7f016a3cc1.tar.gz
opencode-4a292bf977862c19f447d37aa867cb7f016a3cc1.zip
ci: auto assign
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-label-tui.yml7
1 files changed, 7 insertions, 0 deletions
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']
+ });
}