# Pull request comments

Stay informed with Argos: Get build results directly in your GitHub pull requests for a streamlined review process and efficient change management.

### Overview

Every time there's an update to a build status, Argos automatically comment to the associated pull request thread. This comment contains the latest build status, together with a convenient link that leads you directly to the detailed build page on Argos.

![Argos GitHub pull request comment](/files/768b12d931538b93cf0af42a090919c87cc841b7)

### Silence pull request comments

If you would like to stop automatic comments from appearing on your pull request by the Argos GitHub bot, you can silence them through the project Settings:

1. Go to your project Settings in Argos.
2. In the "Connected Git Repository" section, you will find a checkbox for "Enable pull request comments".
3. Uncheck this box to disable the feature and save the settings.

Once you uncheck the box, Argos will stop posting build status updates in your pull requests. You can always re-enable it by checking the box again.


---

# 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://argos-ci.com/docs/learn/review-workflow/pull-request-comments.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.
