Skip to main content
Configuration is scoped per-repo and per-user. The configuration files are managed remotely in the dashboard, not comitted to the repo.
  • config.yaml: repo-wide settings shared by all users
  • config.local.yaml: per-user overrides
When both exist, values from config.local.yaml are merged on top of config.yaml. The merge strategy depends on the section.

Example