Skip to content

Configuration Reference

Coding-Autopilot-System CI edited this page May 27, 2026 · 1 revision

Configuration Reference

Org Variables

Variable Value Required by
ORG Coding-Autopilot-System autopilot-operator.yml, autopilot-org-installer.yml

Repository Secrets

Secret Description Required by
OPENAI_API_KEY OpenAI API key for Codex autopilot-operator.yml
GITHUB_TOKEN Auto-provided by GitHub Actions All workflows

Workflow Triggers

Workflow Trigger Notes
autopilot-operator.yml schedule: every 10 min + workflow_dispatch Requires self-hosted Windows runner
autopilot-org-installer.yml schedule: hourly + workflow_dispatch Scans org for .autopilot/opt-in files
autopilot-create-issue.yml workflow_run completed Deploy to target repos
autopilot-docs-daily.yml schedule: 0 6 * * * + workflow_dispatch Updates docs/status.md
ci.yml push/PR to main Portfolio CI on ubuntu-latest

Labels (in target repos)

Label Description
autofix Issue is a candidate for automated fix
queued Issue is queued for the operator
risky Skip - requires human judgment
needs-design Skip - requires architectural decision
in-progress Skip - already being addressed

Opt-in mechanism

Create .autopilot/opt-in in target repo. autopilot-org-installer.yml opens a PR to install the intake workflow.

Runner requirements

Self-hosted Windows runner must have: git, gh CLI (authenticated), codex CLI, OPENAI_API_KEY secret.

Clone this wiki locally