File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ flowchart LR
3434## Quick start
3535
36361 . Set org variable ` ORG ` in GitHub Actions for this repo.
37- 2 . Install ` autopilot-create-issue.yml ` into target repos, or use ` autopilot-org-installer.yml ` .
38- 3 . Ensure a self-hosted Windows runner with Codex and ` OPENAI_API_KEY ` is online.
39- 4 . Trigger ` autopilot-operator.yml ` manually to validate the setup.
37+ 2 . Configure the least-privilege ` ORG_AUTOPILOT_TOKEN ` secret for opted-in repository mutations.
38+ 3 . Install ` autopilot-create-issue.yml ` into target repos, or use ` autopilot-org-installer.yml ` .
39+ 4 . Ensure a self-hosted Windows runner with Codex and ` OPENAI_API_KEY ` is online.
40+ 5 . Trigger ` autopilot-operator.yml ` manually to validate the setup.
4041
4142## Enterprise proof points
4243
@@ -50,7 +51,7 @@ flowchart LR
5051- Acts only on issues labeled ` autofix + queued ` .
5152- Skips issues labeled ` risky ` or ` needs-design ` .
5253- Minimal diffs only - no secrets, no destructive operations.
53- - Best-effort verification before PR creation.
54+ - Required supported verification before PR creation, with explicit approved exceptions only .
5455
5556## Workflows
5657
You can’t perform that action at this time.
0 commit comments