check_protection
Check if a GitHub branch has protection rules applied. Provide repository owner and name, and an optional branch (defaults to main).
Instructions
Check if a branch has protection rules applied
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| branch | No | Branch name (default: main) | main |