Skip to content

Commit

Permalink
Add admin permission const
Browse files Browse the repository at this point in the history
  • Loading branch information
RicePatrick committed Jun 21, 2023
1 parent 85fa21c commit 9f3d9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const (
DeveloperPermissions AccessLevelValue = 30
MaintainerPermissions AccessLevelValue = 40
OwnerPermissions AccessLevelValue = 50
AdminPermissions AccessLevelValue = 60

// Deprecated: Renamed to MaintainerPermissions in GitLab 11.0.
MasterPermissions AccessLevelValue = 40
Expand Down

0 comments on commit 9f3d9fa

Please sign in to comment.