diff --git a/constants/allow_events.go b/constants/allow_events.go index 7b2cc9db..f6571b43 100644 --- a/constants/allow_events.go +++ b/constants/allow_events.go @@ -6,7 +6,7 @@ package constants const ( AllowPushBranch = 1 << iota // 00000001 = 1 AllowPushTag // 00000010 = 2 - AllowPullOpen // 00000010 = 4 + AllowPullOpen // 00000100 = 4 AllowPullEdit // ... AllowPullSync _ // AllowPullAssigned - Not Implemented