github.branch
Description
GitHub repository branch
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Repository branch name |
| isProtected | bool | Whether branch protection is enabled |
| headCommit | github.commit | Repository branch HEAD commit |
| headCommitSha | string | Repository branch HEAD commit SHA sum |
| protectionRules | github.branchprotection | Repository branch protection rules |
| repoName | string | Repository branch repository name |
| owner | github.user | Repository branch owner |
| isDefault | bool | Whether the branch is the default branch |