The GitHub integration that opens your fix PRs
Install the Condux GitHub App on a repo and the Conductor can open draft pull requests for error fixes and Dependabot CVE bumps, all through a least-privilege app with short-lived tokens.
This is how the fix engine reaches your code. It is a GitHub App, not a personal token, scoped to the repos you install it on, and the model that drafts the fix never sees the token.
What it does
- Draft fix PRs
A chosen error becomes a fix on a new branch as a draft PR authored by the bot.
- CVE bump PRs
Open Dependabot findings become one-click dependency-bump draft PRs.
- Merge-aware
When you merge a fix PR, Condux watches the issue and auto-resolves it with evidence once it stays silent.
- Least privilege
A GitHub App with short-lived installation tokens. The model never sees the token.
Frequently asked questions
Do you need write access to my repo?
The GitHub App needs enough access to open a draft pull request on the repos you install it on. It never merges anything; your team reviews and merges.