addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / filtering / enum
Previous value: -[
- "user",
- "owner",
- "involves"
-]New value: +[
+ "user",
+ "org",
+ "repo",
+ "involves"
+]
removedInput schema / properties / filtering / title
Removed value: -"Filtering"
removedInput schema / properties / issue / title
Removed value: -"Issue"
removedInput schema / properties / page / title
Removed value: -"Page"
addedInput schema / properties / per_page / description
Added value: +"Number of results per page (1-100)"
removedInput schema / properties / per_page / maximum
Removed value: -100
removedInput schema / properties / per_page / minimum
Removed value: -1
removedInput schema / properties / per_page / title
Removed value: -"Per Page"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / title
Removed value: -"list_open_issues_prsArguments"
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"list_open_issues_prsOutput"