Skip to content

Commit

Permalink
Update constants/allow_events.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Merrick <[email protected]>
  • Loading branch information
ecrupper and KellyMerrick authored Dec 6, 2023
1 parent c1c834b commit e7bc0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/allow_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7bc0a6

Please sign in to comment.