Conversation
Updated the discord invite link, as the previous link was expired.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughUpdated the Discord invitation URL in README.md’s Communication Channels section. No code or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests
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 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
104-104: Future-proof: ensure non-expiring invite + add CI link checker.
- Please confirm the invite is set to “never expire” and has sane limits (uses, access).
- To avoid regressions, consider a simple link-check workflow.
# .github/workflows/link-check.yml name: Link Checker on: pull_request: push: branches: [ master ] jobs: lychee: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Check links uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress . env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[grammar] ~104-~104: There might be a mistake here.
Context: ...following channels: - Discord Server - Email <!-...
(QB_NEW_EN)
🔇 Additional comments (1)
README.md (1)
104-104: LGTM: Discord invite link updated.Thanks for replacing the expired invite. Change is scoped and safe.
|
@M4dhav is the pr correct? |
|
Hey @sandy4242 , please raise the PR to Dev branch in the future. Solve the merge conflicts with dev. Also, please don't remove the checkboxes from the Maintainer Checklist section of the Issue description in the future, you are supposed to edit the template in place. |
|
Also, please open an issue for the same so we can link the Pr to that |
|
@M4dhav i have opened a issue... |
|
Great work, thanks for the contribution |
|
✅ PR Closed - Thank You, @sandy4242!
We appreciate your effort and look forward to more contributions from you! 🤝 |
Description
Updated the discord invite link, as the previous link was expired.
Fixes #525
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
The discord invite link show "link expired" when trying to join the discord group.
Checklist:
Maintainer Checklist
Summary by CodeRabbit