-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format and Process Resources in PR autoamtically #23415
Conversation
@pedroslopez - rather than always processResources on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very keen on this change
^ it worked! |
@sherifnada yay! f62c360 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
* Isolate our build so that the feedback loop is faster * Improve gradle build condition * Update documentation * Adding auto-commit of formatting changes (as #23415)
* Format and Process Resources on master branch * gradle.yaml writes * TEST * checkout right branch * check out ref * Automated Change * check for changes before format * Automated Change --------- Co-authored-by: evantahler <evantahler@users.noreply.github.com>
* Isolate our build so that the feedback loop is faster * Improve gradle build condition * Update documentation * Adding auto-commit of formatting changes (as airbytehq#23415)
This PR re-thinks some of our connector pipelines:
./gradlew :airbyte-config:init:processResources
for you, and commit back any of those changes. This handles things like updating the newconnectors.md
Example:
Closes #23405