Open a pull request

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

Connect GitHub

If you haven't connected GitHub yet, you'll see a banner near the end of the Delivery step when creating your pipeline.

Click Connect GitHub, and choose either Sign in with OAuth or Use a personal access token.

Connect GitHub

 

Authenticate with OAuth

  1. Select the account you would like to use with Supernova.
  2. You can now use this GitHub account to automate pull requests using pipelines.

 

Authenticate with PAT

PAT - GitHub
  1. Once you click Use a personal access token, a dialog will open.
  2. Enter a name for the token, an optional server URL, and paste in your personal access token.
  3. Click Save.
  4. You can now use this GitHub account to automate pull requests using pipelines.

 

For more information about managing integrations in Supernova:

 

Select delivery destination

  1. When creating a pipeline, select Open GitHub pull request as the delivery method.
  2. Choose where you would like to open the pull request":
    1. Choose the Connection (OAuth or personal access token)
    2. Select the Organization, Project, Repository, and Branch
    3. Specify a Relative path (optional).
  3. Click Create pipeline.
GitHub connection

 

Developers

For detailed information on code delivery, please refer to the developer documentation.