Function createGitHubIssue

  • Open a new issue on the GitHub repository.

    Parameters

    • repo: string

      GIT repository URL

    • title: string

      issue title

    • body: string

      issue body text

    • Optionalassignee: string

      default assignee for the issue (GitHub handle)

    • Optionallabel: string

      default label for the issue

    • Optionallogs: string[]

      optional array of github markdown formatted log strings

    Returns void