Anastas Radosavljevic

Results 1 issues of Anastas Radosavljevic

``` branch.edit_protection( enforce_admins=desired_protection_settings["enforce_admins"], required_linear_history=desired_protection_settings["required_linear_history"], # required_conversation_resolution=desired_protection_settings["required_conversation_resolution"], # Not supported in this version lock_branch=desired_protection_settings["lock_branch"], allow_fork_syncing=desired_protection_settings["allow_fork_syncing"], users_bypass_pull_request_allowances=desired_protection_settings["users_bypass_pull_request_allowances"], teams_bypass_pull_request_allowances=desired_protection_settings["teams_bypass_pull_request_allowances"], apps_bypass_pull_request_allowances=desired_protection_settings["apps_bypass_pull_request_allowances"], block_creations=desired_protection_settings["block_creations"], require_last_push_approval=desired_protection_settings["require_last_push_approval"] ) ``` I am having issues with parameters in edit_protection. I...