Skip to content

Enable Factory Droid automated code review#260

Open
EffortlessSteven wants to merge 2 commits into
mainfrom
add-factory-workflows-20260504024339
Open

Enable Factory Droid automated code review#260
EffortlessSteven wants to merge 2 commits into
mainfrom
add-factory-workflows-20260504024339

Conversation

@EffortlessSteven
Copy link
Copy Markdown
Member

This PR adds Factory Droid automated code review workflows.

  • droid.yml: Responds to @droid mentions
  • droid-review.yml: Automatic code review on new PRs

Generate a key at https://app.factory.ai/settings/api-keys
Docs: https://docs.factory.ai

@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

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

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c86b4e31-568a-4268-ad5b-c6dd239535cd

📥 Commits

Reviewing files that changed from the base of the PR and between 607f501 and a78f4ff.

📒 Files selected for processing (2)
  • .github/workflows/droid-review.yml
  • .github/workflows/droid.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-factory-workflows-20260504024339

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
Review rate limit: 0/1 reviews remaining, refill in 35 minutes and 17 seconds.

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

@factory-droid
Copy link
Copy Markdown

factory-droid Bot commented May 4, 2026

Droid encountered an error —— View job


@factory-droid
Copy link
Copy Markdown

factory-droid Bot commented May 4, 2026

Droid encountered an error —— View job


Droid is reviewing code and running a security check…

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a78f4ff014

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +4 to +5
pull_request:
types: [opened, ready_for_review, reopened]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Run auto-review on an event that can access secrets

This workflow is triggered by pull_request but the review step requires ${{ secrets.FACTORY_API_KEY }}; on forked PRs (and Dependabot PRs) GitHub does not expose repository secrets for pull_request runs, so droid-action will fail and no automatic review is produced for those contributions. If you expect automated review on external PRs, this needs a different trigger strategy (for example a guarded pull_request_target flow) or a separate path that does not require secrets.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member Author

Holding this off the merge train for the PR review pass — it's a small, low-risk diff (two workflows, 69 additions), but enabling a third-party automated reviewer is a policy decision rather than a code-quality one, and it requires a FACTORY_API_KEY repo secret to be provisioned before the workflows produce useful output. Happy to merge if you confirm both: (a) you want Factory Droid running on every PR, and (b) the API key is set up.

Note that this would join the existing CodeRabbit and Gemini automated reviewers — three independent bots on every PR is worth a deliberate "yes" before flipping the switch.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant