mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
feat(deploy): enable external-PR review in the registry compose too
The build compose got ROBOCO_EXTERNAL_PR_ENABLED (default true) but the registry compose's orchestrator env was missed, so a pull-based deploy would have defaulted it off — inconsistent. Add the same external-PR block so both deploy paths behave identically.
This commit is contained in:
@@ -201,6 +201,13 @@ services:
|
||||
ROBOCO_ENVIRONMENT: production
|
||||
ROBOCO_CLAIM_STALE_SECONDS: "1800"
|
||||
ROBOCO_STALE_CLAIM_REAP_SECONDS: "1800"
|
||||
# External-PR review (read-only: discover inbound external/fork PRs, post
|
||||
# one change-request; never runs contributor code — the supersede stays
|
||||
# CEO-triggered + human-confirm gated). Matches the build compose.
|
||||
ROBOCO_EXTERNAL_PR_ENABLED: ${ROBOCO_EXTERNAL_PR_ENABLED:-true}
|
||||
ROBOCO_EXTERNAL_PR_REQUIRE_HUMAN_CONFIRM: ${ROBOCO_EXTERNAL_PR_REQUIRE_HUMAN_CONFIRM:-true}
|
||||
# ROBOCO_EXTERNAL_PR_POLL_INTERVAL_SECONDS: "300"
|
||||
# ROBOCO_EXTERNAL_PR_AUTHOR_ALLOWLIST: '["corey"]' # empty = every external PR
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${CLAUDE_AUTH_DIR:-${HOME}/.claude}:/root/.claude
|
||||
|
||||
Reference in New Issue
Block a user