Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add new managed license approval status for GitLab 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed May 22, 2022
1 parent 294690d commit 4cfa21a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ type LicenseApprovalStatusValue string
const (
LicenseApproved LicenseApprovalStatusValue = "approved"
LicenseBlacklisted LicenseApprovalStatusValue = "blacklisted"
LicenseAllowed LicenseApprovalStatusValue = "allowed"
LicenseDenied LicenseApprovalStatusValue = "denied"
)

// LicenseApprovalStatus is a helper routine that allocates a new license
Expand Down

0 comments on commit 4cfa21a

Please sign in to comment.