Repo Setup lets you define templates that Autopilot applies to repositories — either when they're newly created or on demand. This is how you stamp your house standards (license file, CI workflow, lint config, security policy) across new projects without having to remember.
A setup template is a bundle of:
.github/workflows/ci.yml, LICENSE, CODE_OF_CONDUCT.md).Templates are saved per user account and can be reused across any installation you have access to.
From the Repo Setup page you can:
The Setup History section shows recent applications: which template, which repo, what was created, and the resulting PR link.
You can mark a template as auto-apply for a given installation. When that's on, any new repository created in the installation's account will get the template applied automatically without you needing to visit the page.