distillery_gh_sync
Sync GitHub issues and pull requests into the knowledge base using batched pipelines, with optional author, project scope, and background execution.
Instructions
Sync GitHub issues and PRs into the knowledge base using a batched pipeline.
url: repository slug (owner/repo) or full GitHub URL. author: author field for created entries (default: gh-sync). project: optional project name to scope entries. background: when true, runs async and returns a job_id immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| author | No | gh-sync | |
| project | No | ||
| background | No |