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

      Returns TemplateAction<
          {
              assignees?: string[];
              branchName: string;
              commitMessage?: string;
              createWhenEmpty?: boolean;
              description: string;
              draft?: boolean;
              filesToDelete?: string[];
              forceEmptyGitAuthor?: boolean;
              forceFork?: boolean;
              gitAuthorEmail?: string;
              gitAuthorName?: string;
              repoUrl: string;
              reviewers?: string[];
              sourcePath?: string;
              targetBranchName?: string;
              targetPath?: string;
              teamReviewers?: string[];
              title: string;
              token?: string;
              update?: boolean;
          },
          { pullRequestNumber: number; remoteUrl: string; targetBranchName: string },
          "v2",
      >