Skip to content

Commit

Permalink
Merge pull request #1480 from timofurrer/feature/managed-license-values
Browse files Browse the repository at this point in the history
Add new managed license approval status for GitLab 15.0
  • Loading branch information
svanharmelen authored May 22, 2022
2 parents 02caff7 + 4cfa21a commit 1ca1507
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 1ca1507

Please sign in to comment.