Skip to content

Opening a pull request's detail view

When the checked-out branch has an open pull request on GitHub, its status shows right in the toolbar — click it to open the same detail view GitHub itself shows: the conversation, the merge-readiness checks, and every changed file, without leaving the app or losing your place in the commit graph.

Selecting a linked pull request opens its detail panel

Clicking the pull-request tag opens the conversation on the left and the changed-files list on the right, with the merge box in between showing whether it's ready to go.

Selecting a linked pull request opens its detail panel

Captured from the running app by this scenario.

Do this

  1. Check out the feature/login branch
  2. Open the pull request from its status tag 42

You should see

  • The pull request status tag 42 is shown
  • The pull request detail panel shows the title Fix flaky test
  • The pull request merge panel is shown
  • The pull request files panel lists app.txt
  • No error notification is displayed

This page is generated from apps/e2e/features/pr-detail-view.feature, the end-to-end test that drives the feature it describes.

MIT licensed · Screenshots exported from the real app by the end-to-end suite.