GitHub Enterprise
Learn more on how to setup Qodo Merge on GitHub Enterprise.
Before you start
When setting up Qodo Merge on GitHub Enterprise, expect a straightforward configuration with an extra focus on secure enterprise environments.
You can install it on one project to start or across multiple repositories for organization-wide adoption.
The setup usually takes a few minutes, depending on your environment.
Once installed, Qodo Merge will automatically process your pull requests and post actionable output—such as reviews, summaries, or improvements—right in your Enterprise PRs.
1. Log In to Qodo Portal
Before setting up Qodo Merge, make sure to create a Qodo account and sign in.
Once you've signed in to the Qodo Portal, you can follow the Qodo Merge installation guide straight from the portal, or continue reading here.
2. Setup Qodo Merge
Once you've signed in to your Qodo account, follow the instructions in the Qodo Portal or below to setup Qodo Merge on GitHub Enterprise.
GitHub Enterprise Server
Contact Qodo to use Qodo Merge on your private GitHub Enterprise Server.
Enterprise server requires single tenant or On Prem registration with Qodo.
Action for GitHub enterprise server
To use the action with a GitHub enterprise server, add an environment variable GITHUB.BASE_URL
with the API URL of your GitHub server.
For example, if your GitHub server is at https://github.mycompany.com
, add the following to your workflow file:
env:
# ... previous environment values
GITHUB.BASE_URL: "https://github.mycompany.com/api/v3"
Last updated
Was this helpful?