github_licenses_get_for_repo
Retrieve license details for a GitHub repository by providing the owner and repository name. Optionally specify a Git reference to get the license for a specific branch or pull request.
Instructions
Get the license for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| ref | No | The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`. |