check_if_user_is_assignable
Verify whether a user can be assigned to an issue in a specific AtomGit repository by providing the repository owner, name, and assignee username.
Instructions
Check if a user can be assigned to an issue in a AtomGit repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | Yes | Username to be checked | |
owner | Yes | Repository owner | |
repo | Yes | Repository name |