-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Guide
Coding-Autopilot-System CI edited this page May 27, 2026
·
1 revision
- GitHub org admin access to Coding-Autopilot-System
- Self-hosted Windows runner with git, gh CLI, codex, and OPENAI_API_KEY
- Org-level Actions variable: ORG = Coding-Autopilot-System
In GitHub org Settings -> Actions -> Variables, set: ORG = Coding-Autopilot-System
In autopilot-core repository Settings -> Secrets: OPENAI_API_KEY = your OpenAI API key GITHUB_TOKEN is automatically provided by GitHub Actions.
Register a Windows runner: Settings -> Actions -> Runners -> New self-hosted runner. Select: Windows, x64.
Option A - Manual: Copy .github/workflows/autopilot-create-issue.yml into each target repo. Option B - Automated: Trigger autopilot-org-installer.yml with workflow_dispatch.
gh workflow run autopilot-operator.yml -R Coding-Autopilot-System/autopilot-core
gh run list -R Coding-Autopilot-System/autopilot-core --workflow autopilot-operator.yml --limit 1
- autofix: marks the issue as a candidate for automated fix
- queued: marks the issue as ready for the operator to pick up
Issues with risky or needs-design labels are skipped.