# Code Review Statuses

## HackerOne Code Review Statuses

When one of your pull or merge requests is sent to the network to get reviewed, we display the fulfillment status in the HackerOne Code platform on our [**PullRequest dashboard**](https://app.pullrequest.com/dash/1/PullRequestInc).

## Send to PullRequest

![](/files/-MBevbYjyNQEXU4i8t1h)

This will be displayed as a blue button. It indicates that the pull or merge request is **not currently actively awaiting review from the HackerOne network of experts**.

Clicking the button will send it to the network to get reviewed.

## Sourcing Reviewers

![](/files/-MBewgJBPsr5p6xRRV_5)

This status will be displayed when:

* The pull/merge request has been sent to the network.
* Our internal team and internal systems have alerted qualified engineers that it's available, but reviewers haven't been assigned to it yet.

## Review In Progress

![](/files/-MBexuH_BzF6sRVkm3jK)

This status will be displayed when:‌

* The pull/merge request has been sent to the network.
* It has been assigned to a reviewer or a team of reviewers.
* The reviewers are currently working on it, but have not posted a review of code yet.

## Reviews Submitted

![](/files/-MBeynBqGP3bVar-ntw_)

This status will be displayed when:‌

* The pull/merge request has been sent to the network and **reviewers have posted at least 1 review of the code**.

### Review submission info & features

#### Number of reviews submitted

Reviewers are assigned to a pull/merge request as long as it's open, and will likely submit multiple rounds of feedback. This will be indicated by the counter in the status.

![Indicates that PullRequest reviewers have posted 3 rounds of feedback](/files/-MBeznYYicX3LWmtAlu7)

#### When PullRequest last reviewed the code

The "time ago" timestamp next to the status indicates when the code was last reviewed by PullRequest

![Indicates that a PullRequest reviewer last reviewed the code 1 hour ago](/files/-MBf-B0fbAH54XTqoz2k)

#### Notifying reviewers of changes

![](/files/-MBf1FlNQRW7alzj4cRi)

Below the review submission status is a **Notify reviewers of updates** link. Clicking this will send notifications to the reviewer(s) assigned that you've made updates and you'd like them to review it again.

{% hint style="info" %}
**We automatically notify assigned reviewers:**&#x20;

* **If you've replied to one of their comments.**&#x20;
* **If a new commit has outdated one of their comments.**

So it's likely the reviewers have already been notified.
{% endhint %}

An example of when it'd be important to click this link is if changes to another file have been added as part of the the pull/merge request *after* the code was reviewed by PullRequest.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pullrequest.com/customer-documentation/assign-code-review-to-hackerone-code-network/code-review-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
