Repository Ruleset Bypass Actor
data class RepositoryRulesetBypassActor(val actorId: Int, val actorType: String, val bypassMode: String)
Properties
Link copied to clipboard
(Number) The ID of the actor that can bypass a ruleset. If actor_type
is Integration
, actor_id
is a GitHub App ID. App ID can be obtained by following instructions from the Get an App API docs
Link copied to clipboard
(String) When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: always
, pull_request
.