GitHub Integration

Connect Brie to GitHub to enable agentic fix suggestions — Brie's agent analyzes your bug reports and creates pull requests with code fixes, ready for your review.

Connecting GitHub

  1. Go to app.briehq.com.
  2. Navigate to Settings > Integrations.
  3. Click Connect next to GitHub.
  4. Install the Brie GitHub App on your organization or personal account.
  5. Select which repositories Brie can access.

Configuring repositories

After connecting, configure each repository:

  1. Go to Settings > Repositories in your workspace.
  2. Select the repository.
  3. Set the allowed paths — directories where Brie's agent can suggest code changes (e.g., src, apps/web, lib).
  4. Review the blocked paths — directories that are always protected.
SettingPurposeExample
Allowed pathsWhere the agent can write codesrc, apps/web, lib
Blocked pathsAlways protected, never modified.github/workflows, infra/, terraform/

What happens after setup

Once a repository is connected, Brie's agent starts working on every new slice in that workspace. When you open a slice in the web app, a code fix proposal is already waiting for your approval. See Agentic Fix Suggestions for the full workflow.

Disconnecting

  1. Go to Settings > Integrations.
  2. Click Disconnect next to GitHub.

Existing pull requests created by Brie are not deleted.