Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion code-review/integrations/github-gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Connect GitHub / GitLab to enable Code Review or link your existin

## Prerequisites

First, make sure that your organization has an active GitHub or GitLab integration.
First, make sure that your organization has an active GitHub, GitLab, or Azure DevOps integration.

<Columns cols={2}>
<Card
Expand All @@ -22,6 +22,13 @@ First, make sure that your organization has an active GitHub or GitLab integrati
>
Connect GitLab and choose the repositories to review.
</Card>
<Card
title="Set up Azure DevOps"
icon="/images/azure-devops.svg"
href="/platform/repositories/azure-devops"
>
Connect Azure DevOps and choose the repositories to review.
</Card>
</Columns>

## Link your GitHub / GitLab identity
Expand Down
9 changes: 8 additions & 1 deletion code-review/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You also need permission to connect your Git provider. For more details, choose

<Steps>
<Step title="Connect a Git provider">
Open **Integrations** and connect GitHub, GitHub Enterprise Server, or GitLab.
Open **Integrations** and connect GitHub, GitHub Enterprise Server, GitLab, or Azure DevOps.

<Columns cols={2}>
<Card title="GitHub" icon="github" href="/platform/repositories/github">
Expand All @@ -31,6 +31,13 @@ You also need permission to connect your Git provider. For more details, choose
<Card title="GitLab" icon="gitlab" href="/platform/repositories/gitlab">
Connect GitLab through a service account and personal access token.
</Card>
<Card
title="Azure DevOps"
icon="/images/azure-devops.svg"
href="/platform/repositories/azure-devops"
>
Connect Azure DevOps Services or Server to review pull requests.
</Card>
</Columns>

</Step>
Expand Down
2 changes: 1 addition & 1 deletion images/azure-devops.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion platform/repositories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You need to be a Hacktron organization admin to connect and configure repositori

<Steps>
<Step title="Connect a Git provider">
Install Hacktron through GitHub, GitHub Enterprise Server, or GitLab. During
Install Hacktron through GitHub, GitHub Enterprise Server, GitLab, or Azure DevOps. During
installation, choose the organizations and repositories Hacktron can access.

For detailed instructions, choose your Git platform below.
Expand All @@ -32,6 +32,13 @@ You need to be a Hacktron organization admin to connect and configure repositori
<Card title="GitLab" icon="gitlab" href="/platform/repositories/gitlab">
Configure repositories from GitLab.com.
</Card>
<Card
title="Azure DevOps"
icon="/images/azure-devops.svg"
href="/platform/repositories/azure-devops"
>
Configure repositories from Azure DevOps Services or Server.
</Card>
</Columns>

</Step>
Expand Down