addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / comment / title
Removed value: -"Comment"
removedInput schema / properties / pr_number / title
Removed value: -"Pr Number"
removedInput schema / properties / repo_name / title
Removed value: -"Repo Name"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / title
Removed value: -"add_pr_commentsArguments"
addedOutput schema / properties / body
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / created_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / id
Added value: +{
+ "type": "integer"
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / updated_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / user
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "id",
+ "body",
+ "user",
+ "created_at",
+ "updated_at"
+]
removedOutput schema / title
Removed value: -"add_pr_commentsOutput"