1
0
mirror of synced 2026-01-06 06:04:16 -05:00

🐛 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:
Daniel Diamond
2021-07-07 18:09:12 +10:00
committed by GitHub
parent e2469342d9
commit cf0999f13c
3 changed files with 5 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
"type": ["null", "string"]
},
"locked": {
"type": ["null", "integer"]
"type": ["null", "boolean"]
},
"title": {
"type": ["null", "string"]