addedInput schema / properties / body / description
Added value: +"Markdown comment body."
addedInput schema / properties / body / maxLength
Added value: +65536
addedInput schema / properties / issue_number / description
Added value: +"Issue or pull request number to comment on."
addedInput schema / properties / issue_number / minimum
Added value: +1
addedInput schema / properties / owner / description
Added value: +"GitHub repository owner or organization login."
addedInput schema / properties / owner / maxLength
Added value: +39
addedInput schema / properties / owner / minLength
Added value: +1
addedInput schema / properties / owner / pattern
Added value: +"^[A-Za-z0-9](?:[A-Za-z0-9-]{0,38})$"
addedInput schema / properties / repo / description
Added value: +"GitHub repository name without the owner prefix."
addedInput schema / properties / repo / maxLength
Added value: +100
addedInput schema / properties / repo / minLength
Added value: +1
addedInput schema / properties / repo / pattern
Added value: +"^[A-Za-z0-9_.-]{1,100}$"
changedOutput schema / description
Previous value: -"Result of creating a comment."New value: +"Authoritative result of creating an issue or pull-request comment."
addedOutput schema / properties / comment_id
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Comment Id"
+}
addedOutput schema / properties / precondition_checked
Added value: +{
+ "title": "Precondition Checked",
+ "type": "boolean"
+}
addedOutput schema / properties / readback_completed
Added value: +{
+ "title": "Readback Completed",
+ "type": "boolean"
+}
addedOutput schema / properties / request_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Request Id"
+}
addedOutput schema / properties / state_matches_requested
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "State Matches Requested"
+}
addedOutput schema / properties / warning
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Warning"
+}
addedOutput schema / properties / write_completed
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Write Completed"
+}
changedOutput schema / required
Previous value: -[
- "url",
- "message"
-]New value: +[
+ "precondition_checked",
+ "write_completed",
+ "readback_completed",
+ "state_matches_requested",
+ "url",
+ "message"
+]