Configuration

Scitor is configured through a scitor.yaml file in your repository’s .github/ directory. This page covers all available options and common configuration patterns.

Overview

Create .github/scitor.yaml in your repository to customize Scitor’s behavior:

# .github/scitor.yaml

integration: issue       # or: discussion
ai: true                 # Enable AI analysis (Pro plan)

docs:
  path: docs
  title: "My Docs"
  theme: default
  search: true

Configuration changes take effect within 5 minutes (cached in KV).

Pages

Scitor β€” Turn GitHub into your support platform