generated from tpl/purs
fix: nullable
This commit is contained in:
parent
5699ad5c54
commit
df273eb635
@ -417,7 +417,7 @@ type BranchProtectionMutable r =
|
|||||||
, "push_whitelist_usernames" :: Array String
|
, "push_whitelist_usernames" :: Array String
|
||||||
, "require_signed_commits" :: Boolean
|
, "require_signed_commits" :: Boolean
|
||||||
, "required_approvals" :: Int
|
, "required_approvals" :: Int
|
||||||
, "status_check_contexts" :: Array String
|
, "status_check_contexts" :: Maybe (Array String)
|
||||||
, "unprotected_file_patterns" :: String
|
, "unprotected_file_patterns" :: String
|
||||||
| r
|
| r
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user