skills/wiki-generator/src/publisher
Module summary
Module skills/wiki-generator/src/publisher
Exports
| Name | Kind | Default |
|---|---|---|
generatePRBody | function | no |
handleAutoMerge | function | no |
openPR | function | no |
publishFiles | function | no |
Detail
generatePRBody
async generatePRBody({ llmClient, changedFiles, sourceCommits, repoUrl, dryRun,})Params
{ llmClient, changedFiles, sourceCommits, repoUrl, dryRun, }
Returns
None.
Examples
None.
handleAutoMerge
async handleAutoMerge({ githubClient, owner, repo, pullNumber, hitlRequired, dryRun, logger,})Params
{ githubClient, owner, repo, pullNumber, hitlRequired, dryRun, logger, }
Returns
None.
Examples
None.
openPR
async openPR({ githubClient, owner, repo, branch, title, body, logger, base = 'main',})Params
{ githubClient, owner, repo, branch, title, body, logger, base = 'main', }
Returns
None.
Examples
None.
publishFiles
async publishFiles({ githubClient, owner, repo, files, commitMessage, hitlRequired, dryRun, logger,})Params
{ githubClient, owner, repo, files, commitMessage, hitlRequired, dryRun, logger, }
Returns
None.
Examples
None.