diff options
| author | Aiden Cline <[email protected]> | 2025-11-01 19:57:09 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-01 19:57:09 -0500 |
| commit | 51be67cc14378ac7378e999bcac9bc434cccea94 (patch) | |
| tree | 41fb08cb045e39677e564961b016b213a07a1723 | |
| parent | 92a19437714bfbdb5005db6ee8e312f905166ff8 (diff) | |
| download | opencode-51be67cc14378ac7378e999bcac9bc434cccea94.tar.gz opencode-51be67cc14378ac7378e999bcac9bc434cccea94.zip | |
ci: stop auto assigning
| -rw-r--r-- | .github/workflows/auto-label-tui.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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'] - }); } |
