Backstage
    Preparing search index...
    • Create a new action that creates a GitLab merge request.

      Parameters

      Returns TemplateAction<
          {
              assignee?: string;
              assignReviewersFromApprovalRules?: boolean;
              branchName: string;
              commitAction?: "create"
              | "delete"
              | "update"
              | "skip"
              | "auto";
              description?: string;
              labels?: string | string[];
              projectid?: string;
              removeSourceBranch?: boolean;
              repoUrl: string;
              reviewers?: string[];
              sourcePath?: string;
              targetBranchName?: string;
              targetPath?: string;
              title: string;
              token?: string;
          },
          {
              mergeRequestUrl: string;
              projectid: string;
              projectPath: string;
              targetBranchName: string;
          },
          "v2",
      >