Remove a GitHub repository association
unlink_github_repositoryRemove the association between a repository and a project, or the workspace level association when no project is given. Removing the last association stops Orbit watching the repository, so its events are no longer processed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or id to associate the repository with. Null or omitted associates it with the whole workspace instead, which is what you want when a repository serves more than one project. | |
| repository | Yes | Repository full name like "Noveum/orbit", or the GitHub repository id. |