Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 51be67c

Browse files
committed
ci: stop auto assigning
1 parent 92a1943 commit 51be67c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/auto-label-tui.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,4 @@ jobs:
3030
issue_number: issue.number,
3131
labels: ['opentui']
3232
});
33-
34-
await github.rest.issues.addAssignees({
35-
owner: context.repo.owner,
36-
repo: context.repo.repo,
37-
issue_number: issue.number,
38-
assignees: ['thdxr']
39-
});
4033
}

0 commit comments

Comments
 (0)