Autofix PRs
Autofix PRs are optional. You can use auralogs as a logger with MCP access without connecting GitHub. Connect a repo later when you want auralogs to map incidents back to source code and open pull requests for review.
How it works
Section titled “How it works”- An error is detected and analyzed.
- Your configured fix model (Claude Opus 4.6 or GPT-5 — set under Settings → Analysis → Model routing) reads the relevant source code from your repository.
- It identifies the root cause and generates a code fix.
- auralogs opens a pull request on your repo with the changes.
The PR includes:
- A clear title describing the fix
- A description with the error context and what was changed
- The minimal code diff to resolve the issue
Connecting your GitHub repo
Section titled “Connecting your GitHub repo”Only connect GitHub when you are ready for source-aware analysis and PR generation.
- Go to your project Settings on the dashboard.
- Under Repository, click Connect Repository.
- Authorize the
auralog-autofixGitHub App for the specific repo you want to connect — auralogs only gets access to the repos you explicitly select. - Pick the repo from the list. The connection appears with the owner, name, and default branch.
Dedup protection
Section titled “Dedup protection”auralogs tracks open autofix PRs to avoid creating duplicate fixes for the same error. If an error has already triggered a PR that’s still open, subsequent occurrences won’t generate another one.
Review before merge
Section titled “Review before merge”Autofix PRs are opened for your review — they are never auto-merged. Treat them like any PR from a teammate: review the changes, run your CI, and merge when you’re satisfied.