Skip to main content

create_comment

Function create_comment 

Source
pub async fn create_comment(
    token: &str,
    owner: &str,
    repo: &str,
    number: u64,
    body_text: &str,
) -> Result<GithubComment, String>