Skip to main content

Crate devboy_github

Crate devboy_github 

Source
Expand description

GitHub provider implementation for devboy-tools.

This crate provides integration with GitHub API for issues, pull requests, and other GitHub-specific functionality.

Re-exports§

pub use enricher::GitHubSchemaEnricher;

Modules§

enricher
GitHub schema enricher.

Structs§

CreateCommentRequest
CreateIssueRequest
CreatePullRequestRequest
CreateReviewCommentRequest
GitHubBranchRef
GitHubClient
GitHubComment
GitHub issue/PR comment (general comments, not code review).
GitHubFile
GitHub pull request file (diff).
GitHubIssue
GitHubLabel
GitHubPullRequest
GitHubReview
GitHubReviewComment
GitHub review comment (code review comment).
GitHubUser
UpdateIssueRequest
UpdatePullRequestRequest

Constants§

DEFAULT_GITHUB_URL