Function post_comment
Source pub async fn post_comment(
client: &Octocrab,
owner: &str,
repo: &str,
number: u64,
body: &str,
) -> Result<String>
Expand description
Posts a triage comment to a GitHub issue.
§Returns
The URL of the created comment.
§Errors
Returns an error if the API request fails.