Skip to content

Commit ca90bf2

Browse files
committed
Merge pull request octokit#225 from ekristen/patch-1
Update issues.create -- labels are not required
2 parents c4528a0 + b2c64e1 commit ca90bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v3.0.0/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@
894894
},
895895
"labels": {
896896
"type": "Json",
897-
"required": true,
897+
"required": false,
898898
"validation": "",
899899
"invalidmsg": "",
900900
"description": "Array of strings - Labels to associate with this issue."

0 commit comments

Comments
 (0)