> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myaione.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub PRs

> Review your repository's pull requests inside MyaiOne for Development. Browse open PRs, filter by contributor or status, sort, and select any one to see its details — including the pull requests the autonomous pipeline opens for you.

**GitHub PRs** brings your repository's pull requests into MyaiOne for Development, so you can keep track of what's open without switching tools. It's where the pull requests created by agents — and by the autonomous pipeline — show up alongside everything else, ready for you to review. The header shows which repository is connected and how many PRs are open; use **Refresh** to re-sync.

<img src="https://mintcdn.com/myaione/D-_4uF28O_nBgr6d/images/Screenshot-2026-06-22-at-8.36.21-PM.png?fit=max&auto=format&n=D-_4uF28O_nBgr6d&q=85&s=81a0368feb2e9d7bd452ef976ca14385" alt="Screenshot 2026 06 22 At 8 36 21 PM" width="3420" height="1904" data-path="images/Screenshot-2026-06-22-at-8.36.21-PM.png" />

## Browsing pull requests

Pull requests sync from your connected repository into a two-pane view: the list on the left, and details on the right when you select one. The detail pane starts on **Select a pull request to view details** until you pick a PR from the list.

## Filtering and sorting

A toolbar above the list helps you find the right pull request:

* **Search PRs** — find a PR by text.
* **Contributors** — filter to a specific author.
* **All statuses** — narrow by PR status.
* **Sort** — order the list (for example, **Newest** first).

## What each row shows

Each pull request in the list summarizes itself at a glance:

* **Number** — the PR's identifier.
* **Source branch** — the branch the changes come from.
* **Status** — where the PR stands.
* **Title** — what the change is.
* **Author** — who opened it.
* **Age** — how long ago it was opened.
* **Additions and deletions** — the lines added (+) and removed (−).

<Info>
  Because agent-created pull requests land here, this page doubles as the review queue for autonomous work — the [Autonomous Pipeline](/triage-your-issue-tracker-autonomously) opens a PR for each issue it completes, and you review and merge it from here through your normal flow.
</Info>

<Tip>
  Use the **Contributors** filter to separate automated dependency or agent PRs from human ones when your list gets long — it's the quickest way to focus on the changes that need your attention.
</Tip>
