Which problem is this feature request solving?
I'd like to use cloudquery for checking which branches have what kind of branch protection in our Github org. This is provided by the /repos/{owner}/{repo}/branches and /repos/{owner}/{repo}/branches/{branch}/protection endpoints, which cloudquery currently doesn't get information from.
Describe the solution you'd like
I'd like to have a github_repository_branches table containing the information returned from above endpoints for each repository and branch.
Pull request (optional)