diff options
| author | Aiden Cline <[email protected]> | 2025-10-31 14:58:18 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-31 14:58:18 -0500 |
| commit | 4a292bf977862c19f447d37aa867cb7f016a3cc1 (patch) | |
| tree | ca97a07188c322c23dd07014b1a67dfeaf8aa016 /.github | |
| parent | e249b41513261456bda8d28ab2d90b24b73a7c77 (diff) | |
| download | opencode-4a292bf977862c19f447d37aa867cb7f016a3cc1.tar.gz opencode-4a292bf977862c19f447d37aa867cb7f016a3cc1.zip | |
ci: auto assign
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/auto-label-tui.yml | 7 |
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'] + }); } |
