-
Notifications
You must be signed in to change notification settings - Fork 30
DO NOT MERGE #642
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
Closed
Closed
DO NOT MERGE #642
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add GitHub Actions workflow to automatically post welcome messages on new PRs - Include separate templates for internal team members and community contributors - Add CDK-specific usage instructions with branch name variables - Follow pattern established in airbyte repository - Support uvx CLI usage and poe use-cdk-branch connector integration Requested by: @aaronsteers Link to Devin run: https://app.devin.ai/sessions/a22f7c45d1ac4cdcb369150d8f85e053 Co-Authored-By: AJ Steers <[email protected]>
- Change greeting from 'CDK Contributor' to 'Airbyte Team Member' - Better distinguishes internal team members from external contributors Addresses feedback from @aaronsteers Co-Authored-By: AJ Steers <[email protected]>
Co-Authored-By: AJ Steers <[email protected]>
…nager.devin.ai/proxy/github.com/airbytehq/airbyte-python-cdk into devin/1751562151-pr-welcome-workflow
- Add CDK Documentation link to community template - Add CDK Documentation link to internal template - Both links point to https://airbytehq.github.io/airbyte-python-cdk/ Addresses GitHub comments from @aaronsteers Co-Authored-By: AJ Steers <[email protected]>
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Testing This CDK VersionYou can test this version of the CDK using the following: # Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@christo/test-pr#egg=airbyte-python-cdk[dev]' --help
# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch christo/test-pr Helpful ResourcesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing CI flow