GitHub Source: add fields for auto merge in pull_request stream (#9802)
* github schema * GitHub dockerfile * formatted * 🎉Source HubSpot: Adds form_submission and property_history streams (#7787) * Began working on HubSpot Form Submission Connector * Added Property History Stream * Added form_guid to as value to form_submissions_stream. * Finalized the Form Submission Stream * Added documentation and test config * Corrected Version Number * updated version number to 0.1.25 * removed or none worked on tests * Changed code due to review comments & merges * readded Propertyhistory after merging * bump connector version Co-authored-by: Tino Merl <tino.merl@park-sieben.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com> * bump connector version Co-authored-by: Tino Merl <35485536+tinomerl@users.noreply.github.com> Co-authored-by: Tino Merl <tino.merl@park-sieben.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
This commit is contained in:
@@ -340,7 +340,21 @@
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"auto_merge": {
|
||||
"type": ["null", "boolean"]
|
||||
"type": ["null", "object"],
|
||||
"properties": {
|
||||
"enabled_by": {
|
||||
"$ref": "user.json"
|
||||
},
|
||||
"commit_title": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"merge_method": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"commit_message": {
|
||||
"type": ["null", "string"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"draft": {
|
||||
"type": ["null", "boolean"]
|
||||
|
||||
Reference in New Issue
Block a user