mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: auto assign
This commit is contained in:
parent
e249b41513
commit
4a292bf977
1 changed files with 7 additions and 0 deletions
7
.github/workflows/auto-label-tui.yml
vendored
7
.github/workflows/auto-label-tui.yml
vendored
|
|
@ -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']
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue