pub async fn resolve(ctx: &Ctx, id: u64, comment: u64, yes: bool) -> Result<()>Expand description
Marks a comment thread as resolved. Bitbucket resolves the whole thread, so
comment is the id of its root — the entry bb pr view reports without a
parent. The response body carries only the resolution, which adds nothing
the caller does not already know, so it is discarded.
Resolving hides a reviewer’s point from the pull request, and nothing in the
api asks whether that point was actually addressed. So a human does: the
command confirms first, and yes is the only way past it.