We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927599 commit c122412Copy full SHA for c122412
models/branches.go
@@ -74,7 +74,7 @@ func (protectBranch *ProtectedBranch) CanUserMerge(userID int64) bool {
74
return true
75
}
76
77
- if len(protectBranch.WhitelistTeamIDs) == 0 {
+ if len(protectBranch.MergeWhitelistTeamIDs) == 0 {
78
return false
79
80
0 commit comments