chore: collapse welcome message content by default#882
Conversation
Co-Authored-By: AJ Steers <aj@airbyte.io>
Original prompt from AJ Steers |
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksTesting 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@devin/1769123967-collapse-welcome-messages#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 devin/1769123967-collapse-welcome-messagesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
|
Co-Authored-By: AJ Steers <aj@airbyte.io>
There was a problem hiding this comment.
Pull request overview
This PR restructures the PR welcome messages to use collapsible HTML sections, making the initial comment more compact and easier to navigate. The changes follow the pattern established in a related Airbyte repository PR.
Changes:
- Wrapped content in collapsible
<details>sections for both community and internal welcome messages - Reorganized content into "Tips and Tricks" and "Repo Guidance" sections
- Added "Edit this welcome message" links to both templates
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/pr-welcome-internal.md |
Restructured internal welcome message with collapsible sections and added edit link |
.github/pr-welcome-community.md |
Restructured community welcome message with collapsible sections and added edit link |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Restructures PR welcome messages to use collapsible HTML
<details>sections, making the initial comment more compact. This follows the same pattern established in airbytehq/airbyte#72279.Changes to both
.github/pr-welcome-community.mdand.github/pr-welcome-internal.md:Preview Links
Review & Testing Checklist for Human
<details>tags render correctly in GitHub PR comments (can test by creating a test PR){{ .repo_name }}and{{ .branch_name }}still work inside collapsed sectionsNotes
This is part of a broader effort to update welcome messages across all Airbyte repositories.
Link to Devin run: https://app.devin.ai/sessions/e4b88f0ca94c4ddfad32892a2be58fe6
Requested by: AJ Steers (Aaron ("AJ") Steers (@aaronsteers))