Modify welcome bot message#190
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🚀 PR Received SuccessfullyHello @kunalverma2512, Thank you for taking the initiative to contribute to this project. Please ensure that your PR follows all project guidelines properly before requesting review.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughGitHub Actions PR welcome workflow messaging is updated to provide updated community onboarding instructions, and ChangesConfiguration Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📌 Pull Request Summary
📝 Description
Updated the automated PR welcome bot workflow to replace outdated Telegram links with the official CodeLens Matrix communication channel and rewrote the message with a more welcoming, positive, and assertive tone.
Changes Made
Motivation
The previous welcome message contained broken/outdated Telegram links that no longer represent the official communication channel. Additionally, the old message had an overly strict and unwelcoming tone which is not ideal for an open-source community trying to onboard new contributors. A warm first impression encourages better contributor retention and sets a positive community standard.
🚀 Type of Change
🧪 Testing
Verification
Test Details
GitHub Actions workflow syntax is valid YAML. The
actions/github-script@v7action andGITHUB_TOKENpermissions are unchanged — only the message body was updated. The workflow will fire automatically on the next PR opened against the repository.📸 Screenshots / Demo (If Applicable)
Old Message: Contained broken Telegram links and a warning-heavy tone.
New Message Preview:
✅ Checklist
📚 Additional Notes
The welcome message only triggers for newly opened PRs after this workflow is merged into
main. Existing open PRs will not receive the updated message retroactively.Summary by CodeRabbit