Merge branch 'develop'

This commit is contained in:
Jasder
2020-12-07 10:29:37 +08:00

View File

@@ -208,7 +208,7 @@ module ProtectedBranchParamsAble
end
def gitea_protected_branch_saved?(protected_branch)
protected_branch[:status] === success
protected_branch[:status] == :success
end
def gitea_protected_branch_params