Add outside contributor intake policy - #420
Conversation
|
Warning Review limit reached
Next review available in: 47 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ 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 |
Review: Add outside contributor intake policyOverviewSmall, low-risk, docs/config-only PR: adds a "Before Opening a Pull Request" section to CONTRIBUTING.md, a new .github/pull_request_template.md, and an untrusted_contributor_intake block (trusted_github_host/trusted_github_scheme/trusted_github_repo) to .agents/agent-workflow.yml. No application code (lib/, spec/) is touched, so runtime behavior of cpflow is unaffected. Code quality / correctness
Observations (non-blocking)
Security / performance / tests
Overall: straightforward, well-scoped policy change. No blocking issues found. |
Greptile SummaryThis PR adds an outside-contributor intake policy and supporting repository configuration. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "Add outside contributor intake policy" | Re-trigger Greptile |
Review: Add outside contributor intake policyOverview: Documentation/config-only PR that (1) adds a "Before Opening a Pull Request" section to Code quality / correctness
Security
Minor
Test coverage / validation
Overall this is a low-risk, well-scoped policy change. The main thing worth double-checking before merge is the base-ref-vs-head-ref trust question above, since it's central to the security value of this PR. |
ReviewSmall, low-risk, docs/policy-only change (33 additions, 0 deletions, 3 files, no runtime code). Overall looks solid — clear writing, consistent with existing doc style, and no functional risk. What it does
Code quality / correctness
Minor / non-blocking suggestions
Security
No blocking issues found. |
Summary
Why
This gives contributors clear expectations and lets maintainers close low-signal drive-by changes consistently without spending review and CI time rediscovering the policy. The trusted-origin configuration also allows read-only fork intake to fail closed against the intended repository.
Validation
git diff --check.agents/agent-workflow.ymlwith RubyYAML.safe_load_file.agents/bin/validate; the existing full suite fails broadly becauseCPLN_ORGis not configured in this credential-free worktree, before any failure related to these documentation/configuration-only changes