createPullRequest

fun createPullRequest(repoOwner: String, repoName: String, baseBranch: String, filePaths: List<String>, newContents: List<String>, title: String, body: String): Map<String, Any>

Opens ONE pull request for a recommendation, updating one or more documentation files.