#2901 allow setting preferred licenses

- Closes #3488
This commit is contained in:
Unknwon 2016-08-28 00:06:22 -07:00
parent 6e171c5225
commit dad5c15520
7 changed files with 24 additions and 5 deletions

View file

@ -114,6 +114,7 @@ var (
ForcePrivate bool
MaxCreationLimit int
PullRequestQueueLength int
PreferredLicenses []string
// Repository editor settings
Editor struct {