We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e1509 commit ada51cbCopy full SHA for ada51cb
lib/github_api/client/repos/branches/protections.rb
@@ -5,8 +5,10 @@ module Github
5
class Client::Repos::Branches::Protections < API
6
VALID_PROTECTION_PARAM_NAMES = %w[
7
required_status_checks
8
+ required_pull_request_reviews
9
enforce_admins
10
restrictions
11
+ accept
12
].freeze
13
14
# Get a single branch protection
0 commit comments