1
0
mirror of synced 2025-12-25 11:06:55 -05:00

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:
Brian Leonard
2022-01-26 12:01:16 -08:00
committed by GitHub
parent 5a8fdc6b14
commit eafaadfd69
6 changed files with 20 additions and 5 deletions

View File

@@ -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"]