We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7215c commit 05dbb8cCopy full SHA for 05dbb8c
repo.go
@@ -64,7 +64,7 @@ func (c *Client) ListOrgRepos(org string) ([]*Repository, error) {
64
65
type CreateRepoOption struct {
66
Name string `json:"name" binding:"Required;AlphaDashDot;MaxSize(100)"`
67
- Description string `json:"description" binding:"MaxSize(255)"`
+ Description string `json:"description" binding:"MaxSize(512)"`
68
Private bool `json:"private"`
69
Unlisted bool `json:"unlisted"`
70
AutoInit bool `json:"auto_init"`
0 commit comments