Skip to content

Commit

Permalink
Merge pull request #1740 from PatrickRice-KSC/add-admin-permission-const
Browse files Browse the repository at this point in the history
Add admin permission const
  • Loading branch information
svanharmelen committed Jun 21, 2023
2 parents 85fa21c + 9f3d9fa commit c1a78fc
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 c1a78fc

Please sign in to comment.