Fix notify_conflict? raising exception when branches do not exist
repository.can_be_merged? can raise error if diff_head_sha or target_branch are absent, therefore check those explicitly.
Showing
Please register or sign in to comment
repository.can_be_merged? can raise error if diff_head_sha or target_branch are absent, therefore check those explicitly.