summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-01 19:57:09 -0500
committerAiden Cline <[email protected]>2025-11-01 19:57:09 -0500
commit51be67cc14378ac7378e999bcac9bc434cccea94 (patch)
tree41fb08cb045e39677e564961b016b213a07a1723 /.github
parent92a19437714bfbdb5005db6ee8e312f905166ff8 (diff)
downloadopencode-51be67cc14378ac7378e999bcac9bc434cccea94.tar.gz
opencode-51be67cc14378ac7378e999bcac9bc434cccea94.zip
ci: stop auto assigning
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-label-tui.yml7
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']
- });
}