Open a pull request

Learn how to open a pull request in a code pipeline.

Supernova will open a new or append an existing pull request in Azure on a branch called supernova/[exporter name]. Make sure there are no conflicting branch names before running the build.

You will first need to authenticate with your Azure account to allow Supernova to open a pull request on your behalf. You have two options for authentication:

  1. Sign in to Azure with OAuth
  2. Use an Azure personal access token

You can learn how to authenticate your Azure account in Integrations.

New pipeline - Azure cond. input
Once you have authenticated:
  1. When creating a pipeline, select Open Azure pull request as the delivery method.
  2. Select where you would like to open the pull request — choose the connection (OAuth or personal access token), a workspace, project, repository, branch and optionally a relative path.
  3. Click Create pipeline.

Configuration options

  • Connection — The authentication method you would like to use for this hook (OAuth or personal access token)
  • Organization — Your Azure workspace.
  • Project — The Azure project containing your repository.
  • Repository — The Azure repository.
  • Branch — The branch where the pull request will be opened.
  • Relative path (optional) — Path relative to the repository root to which code will be exported.