Skip to main content

Azure DevOps

Panto Installation on Azure DevOps

  1. Install our Panto Bot.

  2. Activate Service Hooks.

    1. Go to Project settings and click to "Service Hooks"
    2. Click on the "+" and search for "Panto AI: Code Review" option
    3. Now click on "Pull request commented on" and finish.
    4. Repeat the ii and iii steps to activate hooks for Pull request created and Pull Request updated
  3. Create personal access token (PAT) from user settings with following access.

    • Scope: Code (Read & write), Pull Request Threads (Read & write)
    • Expiry: maximum 1 year can be set.
  4. Register the token with Panto AI

    • Go to https://dashboard.getpanto.ai/ and sign in (or create an account).
    • Navigate to Integrations and choose GitLab connect.
    • Fill the GitLab integration form:
      • GitLab Account URL: your GitLab instance URL (e.g., https://dev.azure.com/xyz or your self-hosted URL)
      • Access Token: the token you created (glpat-...)
    • Save the integration.

Once everything is configured, comment /review on any PR to trigger the bot for instant feedback or enable auto review.

For any support, contact support@getpanto.ai.