OBJECT
ReviewDismissalAllowance
A team or user who as the ability to dismiss a review on a protected branch.
link GraphQL Schema definition
- type ReviewDismissalAllowance implements Node {
- # The actor that can dismiss.
- ReviewDismissalAllowanceActor :
- ID! :
- # Identifies the protected branch associated with the allowed user or team.
- ProtectedBranch! :
- }