check_if_user_is_assignable
Determine if a user can be assigned to an issue in an AtomGit repository by checking permissions and roles. Ensure proper issue assignment in collaborative projects.
Instructions
Check if a user can be assigned to an issue in a AtomGit repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | Yes | 被检查的用户名 | |
owner | Yes | 代码仓库的所有者 | |
repo | Yes | 代码仓库的名称 |