Associate a GitHub repository
link_github_repositoryAssociate a connected repository with a project, or with the whole workspace when no project is given. A project may have many repositories and a repository may serve many projects. Associating also starts watching the repository, which is what lets its pull request and check events reach Orbit.
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. |