Skip to content

Commit d3a8c0a

Browse files
committed
feat(package): add label schema
1 parent 31750e0 commit d3a8c0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"description": "GitHub repo path. e.g.) asciidwango/js-primer ",
2525
"required": true
2626
},
27+
"label": {
28+
"type": "string",
29+
"description": "Label text for report button",
30+
"required": false
31+
},
2732
"newIssueURL": {
2833
"type": "string",
2934
"description": "GitHub New Issue url e.g.) https://github.com/azu/promises-book/issues/new",

0 commit comments

Comments
 (0)