add_collaborator
Grant repository access to GitHub users by adding collaborators with specified permissions for collaborative development.
Instructions
Add a collaborator to a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| username | Yes | GitHub username to add | |
| permission | No | Permission level (pull, triage, push, maintain, admin) | push |