Skip to main content
Work across orgs

Find your work across orgs

The Explore page gives you two views — Actions and Pulls — that gather your CI runs and pull requests from every organisation and repository you can access into a single list. No hopping from repo to repo to find a failing build or an open review.

Open Explore from the top navigation, or go to https://frem.sh/explore. Alongside Repositories, Users, and Organizations you’ll find the Actions and Pulls tabs.

Actions

Every workflow run you can see, newest first.

ColumnShows
Repositorywhere the run happened
Runthe run title and workflow
Statussuccess, failure, running, or waiting
Startedwhen the run began
Durationhow long it took

Filter by status — Running, Waiting, Success, or Failure. The Running and Waiting totals are shown up front, so you can see in-flight work at a glance. The list is paginated.

This is the fastest way to answer “is anything broken or stuck right now?” across all your projects at once.

Pulls

Every pull request you can see, most recently updated first.

ColumnShows
Stateopen, merged, closed, or draft
Titlethe pull request title
Repositorywhere it lives
Authorwho opened it
Branchsource → target
Commentshow many comments it has
Updatedlast activity

Filter by state — Open, Merged, Closed, or Draft. A pull request is shown as a draft when its title starts with WIP: or Draft:. The list is paginated.

Use it as a personal review queue: one place to see what’s waiting on you across every org.

What you can see

Both views are scoped to your access — you only ever see what you’re already allowed to see:

  • Signed in — runs and pull requests from every organisation you belong to and every private repository you can read, plus all public repositories.
  • Signed out — public repositories only. Sign in to include your private work.

See also