Skip to main content
The Prebuild Workflow ensures that every Pull Request is analyzed for quality, risk, and compliance before it reaches the build stage.

How to enable

Activate AI-native code reviews and quality gates for your repository.
1

Open Prebuild Settings

Navigate to YAML Configuration > Repo Preferences and locate the Prebuild Workflow section.
2

Configure Code Review

Toggle Summarization and Fix Suggestions based on your team’s review requirements.
3

Commit Changes

Enter a commit message and select your target branch to persist the changes. See Syncing Changes for a detailed walkthrough.

Pipeline controls

You can toggle specific checks within your revolte.yaml:
revolte.yaml
revolte:
  version: "1.0"
  project: Sideline HQ
  appName: sideline-web-admin

  config:
    codeReview:
      summarize: true
      suggestFixes: true
      commentStyle: Balanced