generated from tpl/purs
fix: teamname
This commit is contained in:
parent
032ff8fa63
commit
8e0009350d
@ -413,11 +413,11 @@ type BranchProtectionMutable r =
|
||||
, "enable_push" :: Boolean
|
||||
, "enable_push_whitelist" :: Boolean
|
||||
, "enable_status_check" :: Boolean
|
||||
, "merge_whitelist_teams" :: Array String
|
||||
, "merge_whitelist_teams" :: Array TeamName
|
||||
, "merge_whitelist_usernames" :: Array String
|
||||
, "protected_file_patterns" :: String
|
||||
, "push_whitelist_deploy_keys" :: Boolean
|
||||
, "push_whitelist_teams" :: Array String
|
||||
, "push_whitelist_teams" :: Array TeamName
|
||||
, "push_whitelist_usernames" :: Array String
|
||||
, "require_signed_commits" :: Boolean
|
||||
, "required_approvals" :: Int
|
||||
|
Loading…
Reference in New Issue
Block a user