Skip to content

Commit

Permalink
🔧 Update JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jun 11, 2020
1 parent 834e9d9 commit 740ac91
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@
"default": "Assuming the original issue was solved, it will be automatically closed now.",
"type": "string"
},
"remove_label": {
"title": "Remove Label",
"remove_label_on_comment": {
"title": "Remove Label On Comment",
"default": true,
"type": "boolean"
},
"remove_label_on_close": {
"title": "Remove Label On Close",
"default": false,
"type": "boolean"
}
}
}
Expand Down

0 comments on commit 740ac91

Please sign in to comment.