---
title: "create review · RUAL Documentation"
description: "RUAL github block."
canonical: https://docs.rual.nl/block-types/github/githubconnection_pullrequests_create_review
language: en
---

# create review

This block is part of the [`github`](https://docs.rual.nl/block-types/github) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- flow `flow`

- connection required `githubconnection`

- owner required `value` e.g. rual

- repo required `value` e.g. blueprinting

- pullrequest number required `number` The number of the pull request you would like to receive the reviews of.

- type required `value` Type of review you would like to leave behind.

- body `value` When using REQUEST_CHANGES or COMMENT, this is required.

- flow `flow`

- connection `githubconnection`

- success `condition`

- data `object`

- error `value`

| `github` |
| --- |

A typical wiring for [create review](https://docs.rual.nl/block-types/github/githubconnection_pullrequests_create_review): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [open connection](https://docs.rual.nl/block-types/github/function_github_open_connection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `owner` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `repo` pin; [number](https://docs.rual.nl/block-types/number/number_default) feeds the `pullrequest_number` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `event` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the create review block: typical wiring for create review.](https://docs.rual.nl/canvas-examples/githubconnection_pullrequests_create_review.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
