Skip to content

Configuration Reference

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

Configuration Reference

Secrets

Secret Description Used by
GITHUB_TOKEN Auto-provided by GitHub Actions autopilot-create-issue.yml

No additional secrets are required in autopilot-demo. The fix generation secrets (OPENAI_API_KEY) live in autopilot-core.

Labels

Label Color Purpose
autofix #0075ca Marks issue as candidate for automated fix
queued #e4e669 Marks issue as ready for operator pickup

Watched workflows (autopilot-create-issue.yml)

The intake workflow triggers on workflow_run completion for: demo-ci.yml (Demo CI).

To add more watched workflows, edit the workflows: list in autopilot-create-issue.yml.

Org variables (from autopilot-core)

Variable Value Location
ORG Coding-Autopilot-System Org-level Actions variable

Clone this wiki locally