Backstage
    Preparing search index...
    • Creates a BitbucketServer Pull Request action.

      Parameters

      Returns TemplateAction<
          {
              description?: string;
              gitAuthorEmail?: string;
              gitAuthorName?: string;
              repoUrl: string;
              reviewers?: string[];
              sourceBranch: string;
              targetBranch?: string;
              title: string;
              token?: string;
          },
          { pullRequestUrl?: string },
          "v2",
      >