Skip to content

Follow, snooze & save views

Following a PR you don't own adds it to the Followed tab

Some PRs are worth watching without being on them — a teammate's release blocker, a dependency upgrade you're waiting on. Pasting its GitHub URL adds it to its own tab, tracked the same way as everything else in the Launchpad.

Following a PR you don't own adds it to the Followed tab

Captured from the running app by this scenario.

Do this

  1. Select the followed launchpad tab
  2. Follow the pull request at https://github.com/octocat/hello-world/pull/42

You should see

  • The followed launchpad tab shows the followed pull request https://github.com/octocat/hello-world/pull/42

Snoozing a PR moves it to the Snoozed tab until you're ready

A PR you can't act on yet — waiting on CI, waiting on someone else — doesn't have to keep competing for your attention. Snoozing it pulls it out of the normal tabs and into its own, until the time you picked arrives.

Snoozing a PR moves it to the Snoozed tab until you're ready

Captured from the running app by this scenario.

Do this

  1. Snooze the pull request pr-1 for hour
  2. Select the snoozed launchpad tab

You should see

  • The prs launchpad tab does not show the pull request pr-1
  • The snoozed launchpad tab shows the pull request pr-1

Saving a custom filtered view persists it across a reload

The Custom Views tab lets you build your own filter — by title, author, repo, label, status, or review state — and save it as a standing view next to the built-in tabs, so a search you run often doesn't have to be rebuilt from scratch every time.

Saving a custom filtered view persists it across a reload

Captured from the running app by this scenario.

Do this

  1. Select the views launchpad tab
  2. Create a saved filter named Needs My Attention that matches PRs needing my review
  3. Reload the launchpad

You should see

  • The Needs My Attention saved filter is shown
  • The Needs My Attention saved filter is shown

This page is generated from apps/e2e/features/launchpad-organize.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.