github_fork_repo
Creates a copy of a GitHub repository into your personal account or a chosen organization, with an option to assign a custom name to the fork.
Instructions
Fork a repository to your account or an organization.
Args: owner: Original repo owner repo: Original repo name org: Organization to fork to (empty = your personal account) new_name: Custom name for the fork (empty = keep original name) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | ||
| repo | Yes | ||
| owner | Yes | ||
| new_name | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |