Skip to content

Commit

Permalink
Generate string[] for reviewers and comments
Browse files Browse the repository at this point in the history
Updated the Typescript generation code to generate a `string[]` for the `reviewers` and `comments` properties.
  • Loading branch information
jessehouwing committed Dec 28, 2016
1 parent c95267e commit b6df6c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generateTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function replaceArrayTypes(type, name) {
case "contexts":
case "required_contexts":
case "maintainers":
case "reviewers":
case "comments":
return "string[]";
default:
return type;
Expand Down

0 comments on commit b6df6c8

Please sign in to comment.