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.
| Column | Shows |
|---|---|
| Repository | where the run happened |
| Run | the run title and workflow |
| Status | success, failure, running, or waiting |
| Started | when the run began |
| Duration | how 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.
| Column | Shows |
|---|---|
| State | open, merged, closed, or draft |
| Title | the pull request title |
| Repository | where it lives |
| Author | who opened it |
| Branch | source → target |
| Comments | how many comments it has |
| Updated | last 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
- Issues and pull requests — working with PRs in a single repository.
- Actions — building and running CI workflows.
- Command palette — jump to any page or repo with ⌘K.