Open a pull request

Open a GitLab pull request when a hook is triggered

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

Delivery - PR Gitlab No auth

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

  1. Sign in to GitLab with OAuth
  2. Use a GitLab personal access token
GitLab PR

Once you have authenticated:

  1. In the create a hook dialog, select Open GitLab 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 grouprepositorybranch, and optionally a relative path
  3. Optional — If you do not want the hook to trigger automatically when it is created, you can turn the toggle to OFF
  4. Click Confirm to create the hook

Configuration options

Connection: The authentication method you would like to use for this hook (OAuth or personal access token)

Group: The GitLab group containing your repository

Repository: The GitLab 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