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
- Go to app.briehq.com.
- Navigate to Settings > Integrations.
- Click Connect next to GitHub.
- Install the Brie GitHub App on your organization or personal account.
- Select which repositories Brie can access.
Configuring repositories
After connecting, configure each repository:
- Go to Settings > Repositories in your workspace.
- Select the repository.
- Set the allowed paths — directories where Brie's agent can suggest code changes (e.g.,
src,apps/web,lib). - Review the blocked paths — directories that are always protected.
| Setting | Purpose | Example |
|---|---|---|
| Allowed paths | Where the agent can write code | src, apps/web, lib |
| Blocked paths | Always 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
- Go to Settings > Integrations.
- Click Disconnect next to GitHub.
Existing pull requests created by Brie are not deleted.