Skip to main content

GitHub Actions

Prerequisites: Add FACTORY_API_KEY to repository secrets (Settings → Secrets → Actions)

Example 1: Automated PR Review and Fix

Automatically reviews PRs, fixes issues, and posts detailed feedback.
For a simpler setup, use the /install-github-app command which configures the Factory GitHub App with guided steps.

Example 2: Daily Documentation and Test Updates

Keeps documentation and tests in sync with code changes automatically.

Example 3: Security and Dependency Scanner

Scans for vulnerabilities and outdated dependencies on a schedule.