github_repos_get_users_with_access_to_protected_branch
Retrieve a list of users with access to a protected branch in a GitHub repository. Specify owner, repo, and branch to get the access list.
Instructions
Get users with access to the protected branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| branch | Yes | branch |