🐛 Source Github: Fix schema for pull_request stream (#4590)
* Cast pull_request.locked to boolean * Bump version and update changelog
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"locked": {
|
||||
"type": ["null", "integer"]
|
||||
"type": ["null", "boolean"]
|
||||
},
|
||||
"title": {
|
||||
"type": ["null", "string"]
|
||||
|
||||
Reference in New Issue
Block a user