Connecting GitHub to Nova lets you correlate code deployments with incidents, track DORA metrics (deployment frequency, lead time, change failure rate, MTTR), and see exactly which commit caused a regression.
Go to Settings > Integrations > GitHub and click Install GitHub App. You will be redirected to GitHub to authorize the app.
Choose which repositories Nova should track. You can grant access to all repos or select specific ones. Nova only needs read access to commits, pull requests, and deployments.
Back in Nova, map each repository to the corresponding service. This lets Nova show deployment markers on metric charts and link incidents to specific commits.
Add a deployment notification to your CI/CD pipeline:
Nova automatically detects GitHub Actions deployments if you use the standard deployment event. No extra curl command needed.
On any metric chart, deployment events appear as vertical markers. Click a marker to see the commit hash, author, and PR link. When an incident occurs near a deployment, Nova flags the deployment as a likely cause.
Connect GitHub and correlate deployments with incidents automatically.
Start Free Trial