chore(coderabbit): allow non-org members to interact with chat - #1775
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository: Zoo-Code-Org/Zoo-Code/.coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: Required CI passed. Waiting for automated review of the latest commit. If automated review does not start, a maintainer must restart it. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Upstream PR Zoo-Code-Org#1775 enables non-organization chat access. Update the stale workflow assertion while retaining restricted review-override checks.
Upstream PR Zoo-Code-Org#1775 enables non-organization chat access. Update the stale workflow assertion while retaining restricted review-override checks.
Merging origin/main pulled in Zoo-Code-Org#1775, which sets `chat.allow_non_org_members: true` in .coderabbit.yaml but leaves the pin in pr-review-state-workflow.test.ts expecting false. main's own CI never runs the services coverage suite, so the mismatch only surfaces on a PR. Update the assertion to the value the config intentionally ships.
Summary
chat.allow_non_org_members: truein.coderabbit.yamlso people outside the org can interact with CodeRabbit chat on PRsNotes