Skip to content

feat: Move deploy to GitHub Actions + code review fixes#9

Merged
AriajSarkar merged 4 commits intomainfrom
dev
Dec 29, 2025
Merged

feat: Move deploy to GitHub Actions + code review fixes#9
AriajSarkar merged 4 commits intomainfrom
dev

Conversation

@AriajSarkar
Copy link
Owner

Changes

CI/CD

  • New deploy.yml workflow: Handles dev/prod Convex deploy and Discord command registration
    • Push to \dev\ deploys to dev environment
    • Push to \main\ deploys to prod environment

Dockerfile

  • Removed Node.js and deploy steps (handled by GitHub Actions now)
  • Smaller, faster Docker builds
  • Fixes Koyeb BuildKit secrets limitation

Code Review Fixes

  • client.rs: Deny thread permissions for fully read-only announcements channel
  • commands.rs: Limit forum repairs to 10 per /repair invocation to avoid rate limits

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Warning

Rate limit exceeded

@AriajSarkar has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 43 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between a37ad24 and f242207.

📒 Files selected for processing (5)
  • .github/workflows/deploy.yml
  • Dockerfile
  • README.md
  • src/discord/client.rs
  • src/discord/commands.rs
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AriajSarkar AriajSarkar merged commit 2c1c5f0 into main Dec 29, 2025
14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant